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 c339f4f commit 4e00263Copy full SHA for 4e00263
.github/workflows/CD.yml
@@ -33,6 +33,7 @@ jobs:
33
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
34
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
35
DEFAULT_IMG_URL: ${{ secrets.DEFAULT_IMG_URL }}
36
+ APP_DEVELOP_MODE: ${{ secrets.APP_DEVELOP_MODE }}
37
38
steps:
39
- name: Github Repository 파일 불러오기
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments