Skip to content
Snippets Groups Projects
Verified Commit 6cdd9796 authored by Alexander Dunkel's avatar Alexander Dunkel
Browse files

fix: production destination

parent 8e800289
No related branches found
No related tags found
No related merge requests found
Pipeline #122420 passed
......@@ -60,6 +60,6 @@ deploy:
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
script:
- rsync -avu -zz --no-perms --omit-dir-times --chown=www-data:www-data --chmod=D775,F664 public/ "${PRODUCTION_DESTINATION}"python_datascience_course/
- rsync -avu -zz --no-perms --omit-dir-times --chown=www-data:www-data --chmod=D775,F664 public/ "${PRODUCTION_DESTINATION}"ad/jupyter_python_datascience/
only:
- main
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