Skip to content

Commit

Permalink
Update stage-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu authored Sep 11, 2024
1 parent 1da42f3 commit 7f749e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stage-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Find and Replace Stage Deployment
name: Push changes from Stage to Prod

on:
push:
branches: [ stage ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand All @@ -17,4 +19,4 @@ jobs:
ref: ${{ github.head_ref }}

- name: Push changes - Init Prod
run: git push origin -f stage:prod
run: git push origin -f stage:prod

0 comments on commit 7f749e9

Please sign in to comment.