Skip to content

Commit 8d37662

Browse files
authored
Merge pull request #159 from GDGoCINHA/develop
Chore: deploy.yml에서 브랜치 이름을 'main'에서 'master'로 수정
2 parents b0c9a09 + ab15df6 commit 8d37662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "NEXT_PUBLIC_BASE_API_URL=${{ secrets.NEXT_PUBLIC_BASE_API_URL_DEV }}" >> $GITHUB_ENV
3838
3939
- name: Set env for main
40-
if: github.ref == 'refs/heads/main'
40+
if: github.ref == 'refs/heads/master'
4141
run: |
4242
echo "TARGET_BUCKET=${{ secrets.AWS_S3_BUCKET }}" >> $GITHUB_ENV
4343
echo "NEXT_PUBLIC_APP_ENV=production" >> $GITHUB_ENV

0 commit comments

Comments
 (0)