This commit is contained in:
2025-02-18 15:46:05 -05:00
parent de205cdf7f
commit 8600ad7b42
2 changed files with 1 additions and 1 deletions
@@ -308,7 +308,7 @@ jobs:
uses: keatonLiu/docker-compose-remote-action@v1.2
with:
docker_compose_file: docker-compose.yml
docker_args: -d --remove-orphans --pull missing
docker_args: -d --remove-orphans --pull missing --no-recreate
ssh_user: gitea-deploy
ssh_host: 192.168.1.254
ssh_host_public_key: ${{ secrets.RINOA_GITEA_PUBLIC_SSH_KEY }}