👷 get that container updated somehow, replaced secrets and updated compose.yml
This commit is contained in:
parent
d6f9924a5c
commit
a22ca33d01
2 changed files with 5 additions and 4 deletions
|
@ -41,10 +41,10 @@ jobs:
|
|||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
key: ${{ secrets.DOCKER_RPI4_SSH_PRIVATE_KEY }}
|
||||
fingerprint: ${{ secrets.DOCKER_RPI4_SSH_PUBLIC_KEY }}
|
||||
host: home.finnchristiansen.de
|
||||
username: dploy
|
||||
port: 44022
|
||||
fingerprint: ${{ secrets.DOCKER_RPI4_SSH_FINGERPRINT }}
|
||||
host: ${{ secrets.DOCKER_RPI4_SSH_HOSTNAME }}
|
||||
username: ${{ secrets.DOCKER_RPI4_SSH_USERNAME }}
|
||||
port: ${{ secrets.DOCKER_RPI4_SSH_PORT }}
|
||||
script: |
|
||||
cd /opt/stacks/matrix-bot-invitation-mailer
|
||||
docker compose pull && docker compose up -d --force-recreate
|
||||
|
|
|
@ -4,6 +4,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
image: code.f2n.me/finn/matrix-bot-invitation-mailer:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- BOT_HOMESERVER
|
||||
- BOT_USERNAME
|
||||
|
|
Loading…
Reference in a new issue