Skip to content
Snippets Groups Projects
Commit 01103365 authored by Alexander's avatar Alexander
Browse files

Second commit

parent e2815129
Branches master
No related tags found
No related merge requests found
Pipeline #84226 passed
...@@ -35,7 +35,7 @@ deploy: ...@@ -35,7 +35,7 @@ deploy:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- apt-get update - apt-get update
- apt-get install --assume-yes rsync - apt-get install --assume-yes rsync
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . alex@ssssh.heroesunknown.net - rsync --archive --delete --exclude='.git' --exclude='node_modules' . alex@ssssh.heroesunknown.net:app
- ssh alex@ssssh.heroesunknown.net systemctl --user restart app - ssh alex@ssssh.heroesunknown.net systemctl --user restart app
only: only:
- master - master
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
</head> </head>
<body> <body>
This is App Bop This is App Bop 2
</body> </body>
</html> </html>
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