Skip to content

Commit 96fa6ad

Browse files
authored
Update deploy_to_private.yaml
1 parent 7f4be4c commit 96fa6ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_to_private.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
- name: commit
6161
run: |
6262
git commit -m "deploy changes"
63-
63+
git push -u origin deploy
64+
6465
- name: Sync repositories
6566
run: |
6667
echo "Pushing to SSH remote: git@github.com:Sllambias/staging_private.git -> branch main"
6768
git remote -v
6869
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK"
6970
ssh -T -o StrictHostKeyChecking=no git@github.com || true
70-
git push -u origin deploy
7171
7272
- name: Sync repositoriesv2
7373
run: |

0 commit comments

Comments
 (0)