Skip to content

Commit

Permalink
fix: add good extension for stagings - add job
Browse files Browse the repository at this point in the history
  • Loading branch information
noisegratte committed Aug 9, 2024
1 parent 556544e commit ffd08f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
id: set-url
run: |
if [ "${{ matrix.target }}" == "lemon" ]; then
echo "::set-output name=url::https://staging-${{ inputs.name }}.fr"
echo "::set-output name=url::https://staging-${{ inputs.name }}.${{ matrix.target }}.fr"
elif [ "${{ matrix.target }}" == "traack" ]; then
echo "::set-output name=url::https://staging-${{ inputs.name }}.io"
echo "::set-output name=url::https://staging-${{ inputs.name }}.${{ matrix.target }}.io"
else
echo "::set-output name=url::https://staging-${{ inputs.name }}.${{ matrix.target }}.com"
fi
Expand Down

0 comments on commit ffd08f1

Please sign in to comment.