From 46459ac8ac71f346095bc238b64ee624840d9609 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 24 Feb 2022 15:35:00 -0800 Subject: [PATCH] Fix for moved docker-compose directory on host server --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 83bc8dc..94f2ca1 100644 --- a/.github/workflows/ci_cd.yml +++ b/.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 }}.'