We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4be4c commit 96fa6adCopy full SHA for 96fa6ad
1 file changed
.github/workflows/deploy_to_private.yaml
@@ -60,14 +60,14 @@ jobs:
60
- name: commit
61
run: |
62
git commit -m "deploy changes"
63
-
+ git push -u origin deploy
64
+
65
- name: Sync repositories
66
67
echo "Pushing to SSH remote: git@github.com:Sllambias/staging_private.git -> branch main"
68
git remote -v
69
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK"
70
ssh -T -o StrictHostKeyChecking=no git@github.com || true
- git push -u origin deploy
71
72
- name: Sync repositoriesv2
73
0 commit comments