develop #206
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue