Skip to content
Snippets Groups Projects
Commit a697b84f authored by Josep Andre Ginting's avatar Josep Andre Ginting
Browse files

add deploy

parent fe45fa31
2 merge requests!16Release/1.0,!15Feature/pipeline
Pipeline #20689 passed with stage
in 12 seconds
......@@ -26,9 +26,14 @@ lint:
# - npm run test
# # ToDo: Add coverage
# deployToAWS:
# only:
# - master
# stage: deploy
# script:
# - bash deploy/deploy.sh
\ No newline at end of file
deployAws:
only:
- master
- develop
stage: deploy
script:
- cd ..
- git clone git@gitlab.informatika.org:if3110-2019-02-k03-04/ws-transaksi.git
- cd ws-transaksi
- pm2 stop all
- pm2 start index.js
\ No newline at end of file
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