Updated build
This commit is contained in:
22
.github/workflows/website.yaml
vendored
Normal file
22
.github/workflows/website.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Build Website
|
||||
run-name: Build Website
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build NPM Project
|
||||
uses: ztimson/actions/.github/workflows/npm.yaml@develop
|
||||
with:
|
||||
repository: ${{github.server_url}}/${{github.repository}}.git
|
||||
artifact_name: website
|
||||
artifacts: dist
|
||||
|
||||
publish:
|
||||
name: Build & Push Dockerfile
|
||||
needs: build
|
||||
uses: ztimson/actions/.github/workflows/docker.yaml@develop
|
||||
with:
|
||||
repository: ${{github.server_url}}/${{github.repository}}.git
|
||||
pass: ${{secrets.DEPLOY_TOKEN}}
|
||||
Reference in New Issue
Block a user