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
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}}