Skip to content

Commit

Permalink
fix: add logic to deploy from refs/heads/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Mar 6, 2025
1 parent cc55c5d commit e47bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
run: |
case "${{ github.ref }}" in
refs/heads/tasking-manager-fastapi)
refs/heads/develop)
export INFRA_BRANCH_NAME=staging
export INFRA_BRANCH_URL=https://tasks-stage.hotosm.org
;;
Expand Down

0 comments on commit e47bc35

Please sign in to comment.