Commit d2da876d by Jonathan Thomas

Merge branch 'google_cloud_init' into 'develop'

Adding google cloud to gitlab ci

See merge request !13
parents 298c663e bd714955
Pipeline #11408 failed with stage
in 56 seconds
......@@ -29,3 +29,14 @@ deploy-to-azure:
- sudo -H bash /home/ubuntu/api-deploy/deploy-apps.sh "$CI_PROJECT_DIR/public/" "/home/ubuntu/api/apps/simple-editor/public/"
tags:
- api-azure-runner
deploy-to-google:
<<: *template
stage: Deploy
script:
- npm ci
- npm run build
- sudo -H bash /home/ubuntu/api-deploy/deploy-apps.sh "$CI_PROJECT_DIR/dist/" "/home/ubuntu/api/apps/simple-editor/"
- sudo -H bash /home/ubuntu/api-deploy/deploy-apps.sh "$CI_PROJECT_DIR/public/" "/home/ubuntu/api/apps/simple-editor/public/"
tags:
- api-google-runner
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment