Skip to content
Snippets Groups Projects
Commit 6bb1cc6b authored by Simon's avatar Simon
Browse files

possible path fix

parent d1abd197
No related branches found
No related tags found
No related merge requests found
Pipeline #1753 passed
...@@ -30,7 +30,7 @@ review: ...@@ -30,7 +30,7 @@ review:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
script: script:
- rsync -av --delete public ffnw.de@ffnw.de:"$CI_BUILD_REF_SLUG" - rsync -av --delete public/ ffnw.de@ffnw.de:"$CI_BUILD_REF_SLUG"
environment: environment:
name: review/$CI_BUILD_REF_NAME name: review/$CI_BUILD_REF_NAME
url: https://$CI_ENVIRONMENT_SLUG.pre.ffnw.de url: https://$CI_ENVIRONMENT_SLUG.pre.ffnw.de
...@@ -68,7 +68,7 @@ production: ...@@ -68,7 +68,7 @@ production:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
script: script:
- rsync -av --delete public ffnw.de@ffnw.de:~/public - rsync -av --delete public/ ffnw.de@ffnw.de
environment: environment:
name: production name: production
url: https://ffnw.de url: https://ffnw.de
......
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