Skip to content

chore: set traffic tag to commit hash #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: set traffic tag to commit hash
  • Loading branch information
jawnsy committed Feb 8, 2022
commit 085a3d3e62bd5b3ee8a17b67f96b4033ceaefa4a
4 changes: 2 additions & 2 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
deploy:
name: "deploy"
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
permissions:
contents: read
id-token: write
Expand Down 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="${{ github.sha }}" --region us-central1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat idea 👍


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