Skip to content

Commit

Permalink
Add temporary trigger branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Nov 15, 2023
1 parent f62478f commit c7d642e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches:
- main
- develop
- subpath-deployment

env:
NODE: 16
Expand All @@ -27,6 +28,8 @@ jobs:
echo "env_name=production" >> $GITHUB_OUTPUT
elif [ "${{ github.ref }}" = "refs/heads/develop" ]; then
echo "env_name=staging" >> $GITHUB_OUTPUT
elif [ "${{ github.ref }}" = "refs/heads/subpath-deployment" ]; then
echo "env_name=staging" >> $GITHUB_OUTPUT
fi
- name: Print the environment
run: echo "The environment is ${{ steps.define_environment.outputs.env_name }}"
Expand Down

0 comments on commit c7d642e

Please sign in to comment.