Updated website ci/cd
Some checks failed
Build Website / Build NPM Project (push) Successful in 41s
Build Website / Tag Version (push) Failing after 6s
Build Website / Build & Push Dockerfile (push) Successful in 2m40s

This commit is contained in:
Zakary Timson 2023-12-04 22:53:54 -05:00
parent 86fde8638b
commit aee68e37f8

View File

@ -30,6 +30,7 @@ jobs:
name: Tag Version name: Tag Version
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: ztimson/actions/clone@develop uses: ztimson/actions/clone@develop
@ -42,7 +43,6 @@ jobs:
needs: build needs: build
uses: ztimson/actions/.github/workflows/docker.yaml@develop uses: ztimson/actions/.github/workflows/docker.yaml@develop
with: with:
dockerfile: website/Dockerfile name: ztimson/legio30
name: phone-reminders/website
repository: ${{github.server_url}}/${{github.repository}}.git repository: ${{github.server_url}}/${{github.repository}}.git
pass: ${{secrets.DEPLOY_TOKEN}} pass: ${{secrets.DEPLOY_TOKEN}}