👷 Try another deploy action
Some checks failed
ci / docker (push) Failing after 0s
Python formatting PEP8 / Python-PEP8 (push) Successful in 16s

This commit is contained in:
Finn Christiansen 2024-07-01 21:20:42 +02:00
parent 597423a848
commit 09e6122b40

View file

@ -36,18 +36,16 @@ jobs:
- name: Inspect - name: Inspect
run: | run: |
docker buildx imagetools inspect code.f2n.me/finn/matrix-bot-invitation-mailer:latest docker buildx imagetools inspect code.f2n.me/finn/matrix-bot-invitation-mailer:latest
- name: Deploy - name: Deploy
uses: https://github.com/tristiisch/docker-stack-deployment@v2 - uses: actions/checkout@v3
- uses: https://github.com/tristiisch/astappiev/docker-compose-remote-action@master
name: Docker-Compose Remote Deployment
with: with:
remote_docker_host: home.finnchristiansen.de ssh_host: home.finnchristiansen.de
remote_docker_port: 44022 ssh_port: 44022
remote_docker_username: deploy ssh_user: deploy
ssh_private_key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
ssh_public_key: ${{ secrets.DOCKER_RPI4_SSH_PUBLIC_KEY }} ssh_host_public_key: ${{ secrets.DOCKER_RPI4_SSH_PUBLIC_KEY }}
deployment_mode: docker-compose workspace: /opt/stacks/matrix-bot-invitation-mailer
copy_stack_file: false docker_compose_filename: compose.yml
deploy_path: /opt/stacks/matrix-bot-invitation-mailer
stack_file_path: ./compose.yml
keep_files: 5
docker_remove_orphans: true
args: ""