Build prod on master push
This commit is contained in:
parent
c689836208
commit
2e58757bc9
2 changed files with 6 additions and 4 deletions
5
.github/workflows/docker.yaml
vendored
5
.github/workflows/docker.yaml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
5
.github/workflows/netlify-prod.yaml
vendored
5
.github/workflows/netlify-prod.yaml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: 'Deploy to Netlify'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue