From 444aeb5d460a6ad6d3969ca527e7cab91205be6c Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:55:07 -0700 Subject: [PATCH] Enable CD job --- .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 6ae941d..55d51c8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: jafner/5etools-docker cd: - if: ${{ false }} # disable for now + #if: ${{ false }} # disable for now name: Deploy new image to server runs-on: ubuntu-latest steps: