Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eCOM-RICM5-MyTransport
MyTransport
Commits
758ccd39
Commit
758ccd39
authored
Dec 16, 2018
by
Aurelien Surier Garofalo
Browse files
Update .gitlab-ci.yml
parent
fb43f443
Pipeline
#17207
passed with stages
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
758ccd39
...
...
@@ -14,12 +14,13 @@ build_job:
push_job
:
stage
:
test
script
:
-
sudo cp
/
/home/ec2-user/deploy-script.sh .
-
sudo cp /home/ec2-user/deploy-script.sh .
-
sudo ./deploy-script.sh --build --push
deploy_job
:
stage
:
deploy
script
:
-
cd /home/oai/
-
sudo cp /home/ec2-user/deploy-script.sh .
-
sudo cp /home/ec2-user/app-machine-access.pem .
-
./deploy-script.sh --build --push --deploy
when
:
manual
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment