Fix for moved docker-compose directory on host server
This commit is contained in:
parent
8de921928c
commit
217d40b3f6
4
5etools-docker/.github/workflows/ci_cd.yml
vendored
4
5etools-docker/.github/workflows/ci_cd.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
key: ${{ secrets.SITE_KEY }}
|
||||
port: ${{ secrets.SITE_PORT }}
|
||||
script: |
|
||||
cd /root
|
||||
cd /root/homelab/jafner-tools/config/5etoools/
|
||||
docker pull jafner/5etools-docker:latest
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
@ -87,4 +87,4 @@ jobs:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@master
|
||||
with:
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}.'
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}.'
|
||||
|
Loading…
Reference in New Issue
Block a user