Skip to content

Instantly share code, notes, and snippets.

Created October 26, 2017 00:23
Show Gist options
  • Save anonymous/7f9e952b1b1012b1318da5ed60d27e62 to your computer and use it in GitHub Desktop.
Save anonymous/7f9e952b1b1012b1318da5ed60d27e62 to your computer and use it in GitHub Desktop.
Rsycn SSH
rsync --no-perms --omit-dir-times --delete -vr -e "ssh -i /home/teamcity/.ssh/id_rsa_custom" --timeout=1000 --log-file=/tmp/rsyncd.log ./build/ ci@server:/var/www/build/
rsync --no-perms --omit-dir-times -vr -e "ssh -i /home/teamcity/.ssh/id_rsa_custom" --timeout=1000 --log-file=/tmp/rsyncd.log ./node_modules/ ci@server:/var/www/node_modules/
rm -f .env.production.local
cat >.env.production.local <<'EOL'
AAA=VVVV/
BBB=XXXX
EOL
cat .env.production.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment