Skip to content

Instantly share code, notes, and snippets.

@ashmore11
Last active January 19, 2021 18:02
Show Gist options
  • Save ashmore11/08c10c1edad86d7f94148fde6db28b73 to your computer and use it in GitHub Desktop.
Save ashmore11/08c10c1edad86d7f94148fde6db28b73 to your computer and use it in GitHub Desktop.
Next Strapi Cloud Run (pipelines)
pipelines:
branches:
master:
- step:
name: Deploy to Production
deployment: production
image: google/cloud-sdk:latest
services:
- docker
caches:
- docker
script:
- ./scripts/pipelines-prepare.sh
- ./scripts/pipelines-deploy-cms.sh
- ./scripts/pipelines-sync-db.sh
- ./scripts/pipelines-deploy-app.sh
definitions:
services:
docker:
memory: 2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment