Skip to content

Commit

Permalink
on review4
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 28, 2024
1 parent d466f03 commit 251bde8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/prod_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Production deploy

on:
push:
workflow_run:
workflows:
- Build and push Docker image
types:
- completed
branches:
- feature/convert_ci-cd_to_the_prod
- master
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 251bde8

Please sign in to comment.