Skip to content

Commit

Permalink
fix(deploy): rsync s3_website config
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 14, 2018
1 parent 9cabde4 commit 7c6855c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ rsync:
# I use `--exclude` here to prevent additional files from being deleted on
# the server (rsync --delete), these files and directories are available on
# the remote server but outside this git repo. So I need to ignore them.
params: --exclude=lab
params: --exclude=lab --exclude=s3_website.yml
prod:
user: sparanoid
port: 22
host: caladbolg.sparanoid.com
dest: /srv/www/sparanoid.com/public_html
# Extra rsync parameters
# I use `--rsync-path` here to run `rsync` with sudo permission.
params: --rsync-path="sudo rsync" --exclude=lab
params: --rsync-path="sudo rsync" --exclude=lab --exclude=s3_website.yml

sparanoid:
default:
Expand Down

0 comments on commit 7c6855c

Please sign in to comment.