Skip to content

Commit

Permalink
put back logic for master/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Jul 29, 2024
1 parent 1d842dd commit b54d86c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
run: |
# Identify environment based on branch name
env=${{ github.ref_name }}
if [ "$env" == "master" ]; then
env="dev"
fi
# Ensure environment name is 11 characters or less and has no special characters
env="${env:0:11}"
Expand Down

0 comments on commit b54d86c

Please sign in to comment.