remote-rdr / deploy.sh
shiveshnavin's picture
Update
385beb7
raw
history blame
240 Bytes
commit_message="${1:-Update}"
git add -A
git commit -m "$commit_message"
git push origin HEAD
git push hface HEAD
ssh -i ./common-creds/oracle/oci.key ubuntu@152.67.24.186 'cd /home/ubuntu/apps/node/semibit-media-render-farm && sh pull.sh'