From a29ba84fa252b7b28ead2a66b2f4dddd38c7e580 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 --- 5etools-docker/.github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5etools-docker/.github/workflows/ci_cd.yml b/5etools-docker/.github/workflows/ci_cd.yml index 94f2ca1e..aea3cc7d 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/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