Skip to content

Commit 8def480

Browse files
committed
build: WORKING_DIRECTORY 경로 수정
1 parent 35ca2da commit 8def480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/depoly-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
AWS_REGION: ap-northeast-2
1111
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
12-
WORKING_DIRECTORY: ./mosu-app
12+
WORKING_DIRECTORY: mosu-app
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)