Skip to content

Commit

Permalink
build: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed May 3, 2024
1 parent 35c1aaa commit b956f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 ${{ github.ref_name }}:master --force
git push deploy HEAD: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
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ jobs:
with:
workflow: Release update
repo: monicahq/docker
ref: refs/heads/main
token: ${{ secrets.DOCKER_GITHUB_TOKEN }}

0 comments on commit b956f8f

Please sign in to comment.