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