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 run: npm run build:de
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: build name: website
path: dist/ path: dist/
deploy-dev: deploy-dev:
needs: [build] needs: [website]
runs-on: docker runs-on: docker
container: container:
image: alpine image: node:lts-alpine
if: if:
- github.ref == 'refs/heads/develop' - github.ref == 'refs/heads/develop'
steps: steps: