Skip to content

Commit

Permalink
build: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 2, 2024
1 parent b7f96ed commit 931e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Deploy
run: |
git remote add deploy $REPO_URL
git push deploy main:master --force
git push deploy ${{ github.ref_name }}:master --force
env:
# This avoids a failure when the client does not know the SSH Host already
GIT_SSH_COMMAND: "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
Expand Down

0 comments on commit 931e99a

Please sign in to comment.