File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments