Skip to content
Snippets Groups Projects
Commit 0fceaabd authored by ThomasBakkenMoe's avatar ThomasBakkenMoe
Browse files

updated body in main HTML and changed ci/cd settings yet again

parent d328bb4c
No related branches found
No related tags found
No related merge requests found
Pipeline #81798 failed
......@@ -35,7 +35,7 @@ deploy:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- apt-get update
- apt-get install --assume-yes rsync
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@129.241.96.146:~/app
- rsync --archive --delete --exclude='.git' --exclude='node_modules' . app@129.241.96.146:app
- ssh app@app.ntnu.no systemctl --user restart app
only:
- master
......@@ -4,6 +4,6 @@
<meta charset="UTF-8" />
</head>
<body>
This is App! Now with 200% more updates!
This is App! Now with 300% more updates!
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment