Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep1Origins authored Aug 28, 2018
1 parent 763972f commit 9cfa077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:
- openssl enc -aes-256-cbc -d -md md5 -in sshkey.pem.enc -out sshkey.pem -k $PASSWORD
script:
- chmod 600 sshkey.pem
- rsync -rcve 'ssh -i sshkey.pem' . [email protected]:~/public_html/ --ignore-existing --exclude '.git/**' --delete-after
- scp -i sshkey.pem -r . [email protected]:~/public_html/
branches:
only:
- master

0 comments on commit 9cfa077

Please sign in to comment.