Skip to content
Snippets Groups Projects
Commit a9110283 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

manual deploy

parent 852176b8
No related branches found
No related tags found
No related merge requests found
Pipeline #6173 skipped
...@@ -25,15 +25,6 @@ build: ...@@ -25,15 +25,6 @@ build:
- update-locale LANG=fr_FR.UTF-8 - update-locale LANG=fr_FR.UTF-8
- . /etc/default/locale - . /etc/default/locale
- pelican content - pelican content
artifacts:
untracked: true
deploy:
stage: deploy
dependencies:
- build
script:
# krb5 auth # krb5 auth
- echo -e "krb5-config krb5-config/default_realm string LOCAL.ISIMA.FR" | debconf-set-selections - echo -e "krb5-config krb5-config/default_realm string LOCAL.ISIMA.FR" | debconf-set-selections
- apt-get install -y --force-yes krb5-user krb5-config - apt-get install -y --force-yes krb5-user krb5-config
...@@ -49,3 +40,4 @@ deploy: ...@@ -49,3 +40,4 @@ deploy:
# rsync # rsync
- apt-get install -y --force-yes rsync - apt-get install -y --force-yes rsync
- rsync -az --exclude '_' -e "ssh -K" output/ vimazeno@perso.local.isima.fr:~/public_html/ - rsync -az --exclude '_' -e "ssh -K" output/ vimazeno@perso.local.isima.fr:~/public_html/
when: manual
\ No newline at end of file
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