Commit bd714955 by Jonathan Thomas

Adding google cloud to gitlab ci

parent 298c663e
......@@ -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