Spaces:
Running
Running
| 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' | |