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

Runner will autorestart server

parent e0c6355b
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ deploy-staging:
- 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 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:
name: staging
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