Skip to content

Commit 6a1f5be

Browse files
authored
Merge pull request #132 from terminusdb/remove_google_upload
Remove Google upload
2 parents 326d5ef + 48e1608 commit 6a1f5be

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main_workflow.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ jobs:
4747
AUDIENCE="https://terminuscloud/users"
4848
' > .env
4949
npm run build-terminusx
50-
- name: Set up Cloud SDK
51-
uses: google-github-actions/setup-gcloud@v0
52-
with:
53-
project_id: ${{ secrets.GCLOUD_PROJECT }}
54-
service_account_key: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_KEY }}
55-
export_default_credentials: true
56-
- name: Upload tdb-dashboard dev
57-
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
58-
run: gsutil -h "Cache-Control:public, max-age=60" cp -r packages/tdb-dashboard/dist/* "gs://${{ secrets.GCLOUD_DEV_BUCKET }}/"
59-
- name: Upload tdb-dashboard prod
60-
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
61-
run: gsutil -h "Cache-Control:public, max-age=60" cp -r packages/tdb-dashboard/dist/* "gs://${{ secrets.GCLOUD_BUCKET }}/"
6250
- name: Upload tdb-dashboard to dev s3
6351
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
6452
env:

0 commit comments

Comments
 (0)