Skip to content

Commit

Permalink
chore: set traffic tag to commit hash (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawnsy committed Feb 8, 2022
1 parent 7851067 commit 3903408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- run: docker push us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest

- name: Update coder service
run: gcloud run services update coder --image us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest --project coder-blacktriangle-dev --region us-central1
run: gcloud run services update coder --image us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest --project coder-blacktriangle-dev --tag "git-$(git rev-parse --short HEAD)" --region us-central1

test-js:
name: "test/js"
Expand Down

0 comments on commit 3903408

Please sign in to comment.