Spaces:
Running
Running
Commit ·
385beb7
1
Parent(s): 4931843
Update
Browse files
deploy.sh
CHANGED
|
@@ -2,4 +2,5 @@ commit_message="${1:-Update}"
|
|
| 2 |
git add -A
|
| 3 |
git commit -m "$commit_message"
|
| 4 |
git push origin HEAD
|
|
|
|
| 5 |
ssh -i ./common-creds/oracle/oci.key ubuntu@152.67.24.186 'cd /home/ubuntu/apps/node/semibit-media-render-farm && sh pull.sh'
|
|
|
|
| 2 |
git add -A
|
| 3 |
git commit -m "$commit_message"
|
| 4 |
git push origin HEAD
|
| 5 |
+
git push hface HEAD
|
| 6 |
ssh -i ./common-creds/oracle/oci.key ubuntu@152.67.24.186 'cd /home/ubuntu/apps/node/semibit-media-render-farm && sh pull.sh'
|