diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index 955c9d97..0f0fb438 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -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 }} diff --git a/ansible/app-configs/invidious_config.yml b/ansible/app-configs/invidious_config.yml.j2 similarity index 100% rename from ansible/app-configs/invidious_config.yml rename to ansible/app-configs/invidious_config.yml.j2