Updated website ci/cd
This commit is contained in:
parent
86fde8638b
commit
aee68e37f8
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user