updated workflow
Some checks failed
Build and Deploy Website / Build Website (push) Successful in 1m48s
Build and Deploy Website / deploy-dev (push) Failing after 21s

This commit is contained in:
Samuel Philipp 2023-12-06 02:55:14 +01:00
parent c6c3b3426c
commit 4969625d8b

View file

@ -22,13 +22,13 @@ jobs:
run: npm run build:de
- uses: actions/upload-artifact@v3
with:
name: build
name: website
path: dist/
deploy-dev:
needs: [build]
needs: [website]
runs-on: docker
container:
image: alpine
image: node:lts-alpine
if:
- github.ref == 'refs/heads/develop'
steps: