From aee68e37f89fab258e6c8f561d339cc3bb9980b5 Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 4 Dec 2023 22:53:54 -0500 Subject: [PATCH] Updated website ci/cd --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 73376d5..7e931fb 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -30,6 +30,7 @@ jobs: name: Tag Version needs: build runs-on: ubuntu-latest + container: node steps: - name: Clone Repository uses: ztimson/actions/clone@develop @@ -42,7 +43,6 @@ jobs: needs: build uses: ztimson/actions/.github/workflows/docker.yaml@develop with: - dockerfile: website/Dockerfile - name: phone-reminders/website + name: ztimson/legio30 repository: ${{github.server_url}}/${{github.repository}}.git pass: ${{secrets.DEPLOY_TOKEN}}