Skip to content
Snippets Groups Projects

PLF 2023

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -45,11 +45,11 @@ deploy-integ:
@@ -45,11 +45,11 @@ deploy-integ:
- ssh leximpact@$INTEGRATION_IP "cd $CI_PROJECT_NAME && git fetch && git checkout -B $CI_COMMIT_REF_NAME $CI_COMMIT_SHA && git pull origin $CI_COMMIT_REF_NAME && exit"
- ssh leximpact@$INTEGRATION_IP "cd $CI_PROJECT_NAME && git fetch && git checkout -B $CI_COMMIT_REF_NAME $CI_COMMIT_SHA && git pull origin $CI_COMMIT_REF_NAME && exit"
- ssh leximpact@$INTEGRATION_IP "cd $CI_PROJECT_NAME && npm install && npm run build && exit"
- ssh leximpact@$INTEGRATION_IP "cd $CI_PROJECT_NAME && npm install && npm run build && exit"
- ssh leximpact@$INTEGRATION_IP "systemctl --user restart leximpactclient.service"
- ssh leximpact@$INTEGRATION_IP "systemctl --user restart leximpactclient.service"
when: manual
# when: manual
environment:
environment:
name: integration
name: integration
deploy-prod:
deploy-prod:
stage: deploy
stage: deploy
script:
script:
Loading