Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
strudelv2_spa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
strudelv2_spa
Commits
f84e2554
Commit
f84e2554
authored
9 months ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
disable autodeploy
parent
e13589cf
No related branches found
No related tags found
No related merge requests found
Pipeline
#131312
passed
9 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-104
0 additions, 104 deletions
.gitlab-ci.yml
with
0 additions
and
104 deletions
.gitlab-ci.yml
+
0
−
104
View file @
f84e2554
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment