diff --git a/.github/workflows/dev_deployment.yaml b/.github/workflows/dev_deployment.yaml index dbe000a..eb094e0 100644 --- a/.github/workflows/dev_deployment.yaml +++ b/.github/workflows/dev_deployment.yaml @@ -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 }}' @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: main + ref: add/exemplar-datasets - name: Read VERSION file id: getversion @@ -70,7 +70,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: main + ref: add/exemplar-datasets - name: Google Auth id: auth @@ -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 }}' \ No newline at end of file + 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 }}'