ci: fix deploy (#7265)

This commit is contained in:
Alexis Saettler
2024-05-03 14:35:36 +02:00
committed by GitHub
parent 35c1aaa0a7
commit 498c6ea638
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -164,4 +164,5 @@ jobs:
with:
workflow: Release update
repo: monicahq/docker
ref: refs/heads/main
token: ${{ secrets.DOCKER_GITHUB_TOKEN }}