Skip to content
Snippets Groups Projects
Commit f84e2554 authored by Chris Hines's avatar Chris Hines
Browse files

disable autodeploy

parent e13589cf
No related branches found
No related tags found
No related merge requests found
Pipeline #131312 passed
stages:
- build
- deploy
build:
image:
......@@ -25,106 +24,3 @@ build:
paths:
- ./dist/
deploy_test:
stage: deploy
only:
- test@hpc-team/strudelv2_spa
tags:
- deploy_test
script:
- echo "deploying test"
- ls -l
- ./install.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
deploy_dev:
stage: deploy
only:
- dev@hpc-team/strudelv2_spa
tags:
- deploy_dev
script:
- echo "deploying dev"
- ls -l
- whoami
- uname -a
- pwd
- ls -l /home/ubuntu
- ls -l /home/ubuntu/s2_config
- ./install.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
- cp /home/ubuntu/s2_config/* /opt/strudel2/spa/sv2/assets/config
dependencies:
- build
deploy_mlerp:
stage: deploy
only:
- mlerp@hpc-team/strudelv2_spa
tags:
- deploy_mlerp
script:
- echo "deploying mlerp"
- ls -l
- ./install_mlerp.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
deploy_gerp:
stage: deploy
only:
- gerp@hpc-team/strudelv2_spa
tags:
- deploy_gerp
script:
- echo "deploying gerp"
- ls -l
- ./install_gerp.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
deploy_prod:
stage: deploy
only:
- prod@hpc-team/strudelv2_spa
tags:
- deploy_prod
script:
- echo "deploying prod"
- ls -l
- ./install.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
deploy_prod_massive.org.au:
stage: deploy
only:
- prod@hpc-team/strudelv2_spa
tags:
- deploy_prod
script:
- echo "deploying prod_massive.org.au"
- ls -l
- ./install_massive.org.au.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
deploy_prod_training.cloud.cvl.org.au:
stage: deploy
only:
- prod@hpc-team/strudelv2_spa
tags:
- deploy_prod
script:
- echo "deploying prod_training.cloud.cvl.org.au"
- ls -l
- ./install_training.cloud.cvl.org.au.sh
- cp ./nginx_snippets/* /etc/nginx/snippets
dependencies:
- build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment