prod workflow_dispatch

This commit is contained in:
Florian Herrengt 2023-02-02 12:04:36 +00:00
parent e2ccc3c534
commit d74233713d
1 changed files with 1 additions and 4 deletions
.github/workflows

View File

@ -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 }}