Skip to content
Snippets Groups Projects
Commit 0c875a73 authored by René Rösner's avatar René Rösner
Browse files

Merge branch 'feature/deployment' into 'main'

planning#394: EWP: Changed deployment to target live folders

See merge request !17
parents cee3fdd2 136b3904
No related branches found
No related tags found
1 merge request!17planning#394: EWP: Changed deployment to target live folders
......@@ -71,14 +71,14 @@ deploy:
image: alpine:latest
environment:
name: live
url: https://preview.docs.fitko.dev/
url: https://docs.fitko.de/
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
before_script:
- *pre-deploy-uber-space-setup
script:
- rsync -rLvzc4 -e 'ssh -o CheckHostIP=no' --progress --delete ./out/. $DEPLOY_SERVER:preview.docs.fitko.dev/entwicklungsportal/
- rsync -rLvzc4 -e 'ssh -o CheckHostIP=no' --progress --delete ./out/. $DEPLOY_SERVER:docs.fitko.de/entwicklungsportal/
undeploy:preview:
stage: .post
......
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