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