File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
deploy :
188
188
name : " deploy"
189
189
runs-on : ubuntu-latest
190
- # if: github.event_name = = 'pull_request'
190
+ if : github.event_name ! = 'pull_request'
191
191
permissions :
192
192
contents : read
193
193
id-token : write
@@ -198,7 +198,7 @@ jobs:
198
198
uses : google-github-actions/auth@v0
199
199
with :
200
200
workload_identity_provider : projects/477254869654/locations/global/workloadIdentityPools/github/providers/github
201
- service_account : github@coder-ci.iam.gserviceaccount.com
201
+ service_account : github-coder @coder-ci.iam.gserviceaccount.com
202
202
203
203
- name : Set up Google Cloud SDK
204
204
uses : google-github-actions/setup-gcloud@v0
@@ -221,6 +221,9 @@ jobs:
221
221
222
222
- run : docker push us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest
223
223
224
+ - name : Update coder service
225
+ run : gcloud run services update coder --image us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest --project coder-blacktriangle-dev --region us-central1
226
+
224
227
test-js :
225
228
name : " test/js"
226
229
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments