We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e6674 commit ab15df6Copy full SHA for ab15df6
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "NEXT_PUBLIC_BASE_API_URL=${{ secrets.NEXT_PUBLIC_BASE_API_URL_DEV }}" >> $GITHUB_ENV
38
39
- name: Set env for main
40
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
41
run: |
42
echo "TARGET_BUCKET=${{ secrets.AWS_S3_BUCKET }}" >> $GITHUB_ENV
43
echo "NEXT_PUBLIC_APP_ENV=production" >> $GITHUB_ENV
0 commit comments