Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Sep 18, 2024
1 parent 4bc07b1 commit 72b78b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Set environment based on branch
run: |
if [[ $GITHUB_REF == 'refs/heads/studio' ]]; then
echo "S3_URL=s3://dev-stuidio.thx.network" >> $GITHUB_ENV
echo "S3_URL=s3://dev-studio.thx.network" >> $GITHUB_ENV
echo "DISTRIBUTION=${{ secrets.CLOUDFRONT_DISTRIBUTION_APP_DEV }}" >> $GITHUB_ENV
echo "BUILD_MODE=dev" >> $GITHUB_ENV
elif [[ $GITHUB_REF == 'refs/heads/main' ]]; then
Expand Down

0 comments on commit 72b78b4

Please sign in to comment.