WORKS: .gitlab-ci
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
38e28ea536
commit
0d778051f6
@ -28,7 +28,7 @@ deploy_production:
|
||||
- mkdir -p ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- echo "Deploying to server"
|
||||
- rsync --progress -r build/* --delete website@wmi-frontend.pl:/var/www/plannaplan.pl
|
||||
- rsync --progress -r build/* --delete website@wmi-frontend.plannaplan.pl:/var/www/plannaplan.pl
|
||||
- echo "Deployed"
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user