Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
r3-pages
Commits
c3a731b1
Commit
c3a731b1
authored
Jan 21, 2020
by
Jacek Lebioda
Browse files
feat(content): added a link to minerva
parent
13c5d523
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c3a731b1
...
...
@@ -39,7 +39,7 @@ Deploy to production:
-
ssh -p $SSHPORT $SSHCONNECT "mkdir -p ~/web/r3lab_$CI_JOB_ID"
-
scp -P $SSHPORT -r build/* $SSHCONNECT:~/web/r3lab_$CI_JOB_ID
# Make a symbolic link to newly copied files, then remove old tasks' files, and remove all broken symbolic links
-
ssh -p $SSHPORT $SSHCONNECT "cd ~/web/latest && ln -fs ../r3lab_$CI_JOB_ID/* .
&& cd ..
&& find . -type d -name 'r3lab*' -not -newermt '-1 minutes' -exec rm -rf {} + && find -L ~/web/latest -type l -delete"
-
ssh -p $SSHPORT $SSHCONNECT "cd ~/web/latest && ln -fs ../r3lab_$CI_JOB_ID/* .
||
true
&& cd ~/web/latest/web/ && ln -fs ../r3lab_$CI_JOB_ID/web/* . && cd ~/web
&& find . -type d -name 'r3lab*' -not -newermt '-1 minutes' -exec rm -rf {} + && find -L ~/web/latest -type l -delete
&& ln -fs ~/web/latest/link_to_minerva.html ~/web/latest/web/minerva-website.html ||
true
"
## Backups
...
...
link_to_minerva.md
0 → 100644
View file @
c3a731b1
---
layout
:
external
redirect_to
:
https://minerva.pages.uni.lu/doc/
---
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment