prod workflow_dispatch
This commit is contained in:
parent
e2ccc3c534
commit
d74233713d
|
@ -1,8 +1,5 @@
|
||||||
name: Deploy app
|
name: Deploy app
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- production
|
|
||||||
env:
|
env:
|
||||||
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
|
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
|
||||||
DOCKERCONFIG_JSON: ${{ secrets.DOCKERCONFIG_JSON }}
|
DOCKERCONFIG_JSON: ${{ secrets.DOCKERCONFIG_JSON }}
|
||||||
|
|
Loading…
Reference in New Issue