changed rsync deploy command

This commit is contained in:
david 2017-05-06 10:05:09 +02:00
parent feec39a19c
commit 9ea0ed796f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ deploy:
- jekyll - jekyll
script: script:
- jekyll build -d public - jekyll build -d public
- rsync -av --delete public/* /home/user-data/www/socialnerds.org - rsync -av --delete public/ /home/user-data/www/socialnerds.org/
environment: environment:
name: production name: production
url: https://socialnerds.org url: https://socialnerds.org