👷 Try another deploy action
This commit is contained in:
parent
597423a848
commit
09e6122b40
1 changed files with 10 additions and 12 deletions
|
@ -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: ""
|
|
||||||
|
|
Loading…
Reference in a new issue