👷 Try another approach for update container image
Some checks failed
ci / docker (push) Failing after 4m18s
Python formatting PEP8 / Python-PEP8 (push) Successful in 14s

This commit is contained in:
Finn Christiansen 2024-07-01 22:50:26 +02:00
parent 6199d620e8
commit d6f9924a5c

View file

@ -37,15 +37,14 @@ jobs:
run: |
docker buildx imagetools inspect code.f2n.me/finn/matrix-bot-invitation-mailer:latest
- name: Deploy
uses: https://github.com/keatonLiu/docker-compose-remote-action@master
- name: Do Docker Compose Pull via SSH
uses: https://github.com/appleboy/ssh-action@v1.0.3
with:
ssh_host: home.finnchristiansen.de
ssh_port: 44022
ssh_user: deploy
ssh_private_key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
ssh_host_public_key: ${{ secrets.DOCKER_RPI4_SSH_PUBLIC_KEY }}
workspace: /opt/stacks/matrix-bot-invitation-mailer
docker_compose_filename: compose.yml
workspace_keep: true
docker_args: -d --remove-orphans
key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
fingerprint: ${{ secrets.DOCKER_RPI4_SSH_PUBLIC_KEY }}
host: home.finnchristiansen.de
username: dploy
port: 44022
script: |
cd /opt/stacks/matrix-bot-invitation-mailer
docker compose pull && docker compose up -d --force-recreate