From 883367b62758f8e4d3b55bdb13ef508bb405efc0 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 24 Feb 2022 15:40:48 -0800 Subject: [PATCH] Fix typo --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 94f2ca1..aea3cc7 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/homelab/jafner-tools/config/5etoools/ + cd /root/homelab/jafner-tools/config/5etools docker pull jafner/5etools-docker:latest docker-compose down docker-compose up -d