Skip to content

Commit

Permalink
ci: manual deploy with workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasourav123 committed Aug 29, 2024
1 parent 62d256a commit 1adb221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sandbox-deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'backend/**'
workflow_dispatch:

concurrency:
group: deploy-backend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sandbox-deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'frontend/**'
workflow_dispatch:

concurrency:
group: deploy-backend
Expand Down

0 comments on commit 1adb221

Please sign in to comment.