diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index d3ab92e..41f93bf 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -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 }}