diff --git a/5etools-docker/.github/workflows/ci_cd.yml b/5etools-docker/.github/workflows/ci_cd.yml index 83bc8dcc..94f2ca1e 100644 --- a/5etools-docker/.github/workflows/ci_cd.yml +++ b/5etools-docker/.github/workflows/ci_cd.yml @@ -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 }}.' \ No newline at end of file + args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}.'