Skip to content
Snippets Groups Projects
Commit 69541746 authored by Jan Loennechen's avatar Jan Loennechen
Browse files

one more pipeline 4 now with correct keys!

parent 37242ed6
No related branches found
No related tags found
No related merge requests found
Pipeline #80694 passed
......@@ -35,6 +35,7 @@ deploy:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- apt-get update
- apt-get install --assume-yes rsync
- ssh app@10.52.234.171 -Tv
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@10.52.234.171:app
- ssh app@10.52.234.171 systemctl --user restart app
only:
- master
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