Skip to content
Snippets Groups Projects
Commit 4bce0c45 authored by Max Torre Schau's avatar Max Torre Schau
Browse files

small err fix

parent 485c74bd
No related branches found
No related tags found
No related merge requests found
Pipeline #79071 passed
......@@ -36,7 +36,7 @@ deploy:
- apt-get update
- apt-get install --assume-yes rsync
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@129.241.96.148:app
- ssh app@a129.241.96.148 systemctl --user restart app
- ssh app@129.241.96.148 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