Skip to content

Deploy Dev

Deploy Dev #73

Workflow file for this run

name: 'Deploy Dev'
on:
workflow_run:
workflows: [ 'CI' ]
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Authenticate with Google Cloud
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS_DEPLOY_DEV }}'
- name: Deploy image
uses: google-github-actions/deploy-cloudrun@v1
with:
service: schemes
image: europe-west1-docker.pkg.dev/dft-ate-schemes/docker/schemes
region: europe-west1