Skip to content

Commit

Permalink
Fixing manual deploy for all env (#2719)
Browse files Browse the repository at this point in the history
fixing manual deploy for all env
  • Loading branch information
annesiri authored Apr 30, 2024
1 parent 3ebb5dd commit c51db1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'master'
workflow_dispatch: # Allows the workflow to be manually triggered.

concurrency:
group: mimir-prod
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'MIMIR-1227_updates-and-manual-deploy'
workflow_dispatch: # Allows the workflow to be manually triggered.

concurrency:
group: mimir-test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Manual deploy to PROD'
name: 'Deploy former build to PROD'
# Action that will download previously created artifact and deploy it to the production environment
on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Manual deploy to QA'
name: 'Deploy former build to QA'
# Action that will download previously created artifact and deploy it to the QA environment
on:
workflow_dispatch:
Expand Down

0 comments on commit c51db1e

Please sign in to comment.