Skip to content

Commit

Permalink
Merge pull request #151 from chasinandrew/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
chasinandrew authored Oct 5, 2023
2 parents 124c0c5 + e107fe4 commit 3024060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deployment-prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ jobs:
gcloud artifacts docker tags add \
"${{ vars.region }}-docker.pkg.dev/${{ vars.artifact_registry_project }}/${{ vars.artifact_registry_repo }}/${{ vars.service_name }}:latest" \
"${{ vars.region }}-docker.pkg.dev/${{ vars.artifact_registry_project }}/${{ vars.artifact_registry_repo }}/${{ vars.service_name }}:${{ github.event.release.tag_name }}"
# deploy-prod:
# if: contains(fromJSON('["main"]'), github.ref_name) && ${{ inputs.environment }} == "prod"
# name: "Cloud Run Deployment"
# runs-on: ubuntu-latest
# environment: prod
# permissions:
# id-token: write
# contents: read
# steps:
- name: Checkout
uses: actions/checkout@v3

Expand Down
6 changes: 5 additions & 1 deletion service-yaml/container-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ spec:
- revisionName: ${SERVICE_NAME}-${REVISION_TAG}
percent: ${NEW_REVISION_PERCENTAGE}
- revisionName: ${EXISTING_REVISION}
percent: ${EXISTING_REVISION_PERCENTAGE}
percent: ${EXISTING_REVISION_PERCENTAGE}
- tag: green
revisionName: ${EXISTING_REVISION}
- tag: blue
revisionName: ${SERVICE_NAME}-${REVISION_TAG}

0 comments on commit 3024060

Please sign in to comment.