Skip to content
Snippets Groups Projects
Commit fec727fa authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

CI update

parent 342daf4f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ install-dependencies: ...@@ -29,7 +29,6 @@ install-dependencies:
- npm install -q - npm install -q
artifacts: artifacts:
paths: paths:
- build/
- node_modules/ - node_modules/
tags: tags:
- build - build
...@@ -63,7 +62,6 @@ deploy-staging: ...@@ -63,7 +62,6 @@ deploy-staging:
- scp -p22 -r build/ sigma-dev@roued:/opt/sigma-back-dev/build - scp -p22 -r build/ sigma-dev@roued:/opt/sigma-back-dev/build
- scp -p22 -r assets/ sigma-dev@roued:/opt/sigma-back-dev/assets - scp -p22 -r assets/ sigma-dev@roued:/opt/sigma-back-dev/assets
- scp -p22 package.json "package-lock.json" ldap_config.json ldap_connexion_config.json sigma-back-dev.service sigma-dev@roued:/opt/sigma-back-dev/ - scp -p22 package.json "package-lock.json" ldap_config.json ldap_connexion_config.json sigma-back-dev.service sigma-dev@roued:/opt/sigma-back-dev/
- ssh -p22 sigma-dev@roued "systemctl restart sigma-back-dev.service"
environment: environment:
name: staging name: staging
url: http://129.104.210.10:3000 url: http://129.104.210.10:3000
......
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