Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Feb 19, 2024
1 parent a92b310 commit f5e6691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} triggered deploy to DEV pipeline
on:
push:
branches:
- 'main'
- 'add/exemplar-datasets'

env:
PROJECT_ID: '${{ secrets.PROJECT_ID }}'
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
ref: add/exemplar-datasets

- name: Read VERSION file
id: getversion
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
ref: add/exemplar-datasets

- name: Google Auth
id: auth
Expand All @@ -97,4 +97,4 @@ jobs:
SERVICE_REGION: '${{ secrets.SERVICE_REGION }}'

with:
args: run services update '${{ env.SERVICE_NAME }}' --image='${{ env.GAR_LOCATION }}'-docker.pkg.dev/'${{ env.PROJECT_ID }}'/'${{ env.GAR_NAME }}'/${{ steps.getversion.outputs.version }}:${{ github.sha }} --region='${{ env.SERVICE_REGION }}' --project='${{ env.PROJECT_ID }}'
args: run services update '${{ env.SERVICE_NAME }}' --image='${{ env.GAR_LOCATION }}'-docker.pkg.dev/'${{ env.PROJECT_ID }}'/'${{ env.GAR_NAME }}'/${{ steps.getversion.outputs.version }}:${{ github.sha }} --region='${{ env.SERVICE_REGION }}' --project='${{ env.PROJECT_ID }}'

0 comments on commit f5e6691

Please sign in to comment.