Switching Nextcloud image and tweaking Docker Compose deployment in pipeline.

This commit is contained in:
2025-01-29 14:19:07 -05:00
parent 6e21983d89
commit 3d8bb3f400
2 changed files with 10 additions and 14 deletions
@@ -290,11 +290,12 @@ jobs:
continue-on-error: true
uses: keatonLiu/docker-compose-remote-action@v1.2
with:
docker_compose_file: docker-compose.yml
docker_args: -d --remove-orphans --pull missing --parallel -1
ssh_user: gitea-deploy
ssh_host: 192.168.1.254
ssh_host_public_key: ${{ secrets.RINOA_GITEA_PUBLIC_SSH_KEY }}
ssh_private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }}
docker_compose_file: docker-compose.yml
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: