followers-cache-fix-3
All checks were successful
Deploy on push / deploy (push) Successful in 1m27s

This commit is contained in:
2024-05-30 21:13:50 +03:00
parent 5ba7f5e3c9
commit b3a998fec2
3 changed files with 16 additions and 1 deletions

View File

@@ -41,3 +41,12 @@ jobs:
branch: 'dev'
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Restart AUTHORIZER
id: restart_authorizer
uses: appleboy/ssh-action@master
with:
host: staging.discours.io
username: dokku
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: ps:restart authorizer