Skip to content

Commit 4725a91

Browse files
EpicFnEpicFn
andauthored
[Hotfix] 파이프라인 오타 수정 (#129)
* fix : 오타 수정 * fix : bucket 오타 수정 * fix: S3 관련 값 롤백 --------- Co-authored-by: EpicFn <[email protected]>
1 parent 9601096 commit 4725a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-server-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# AWS
6868
-e AWS_ACCESS_KEY_ID="${{secrets.AWS_ACCESS_KEY_ID}}" \
6969
-e AWS_SECRET_ACCESS_KEY="${{secrets.AWS_SECRET_ACCESS_KEY}}" \
70-
-e AWS_S3_BUCKECT_NAME="${{secrets.AWS_S3_BUCKET_NAME}}" \
70+
-e AWS_S3_BUCKET_NAME="${{secrets.AWS_S3_BUCKET_NAME}}" \
7171
# RabbitMQ
7272
-e SPRING_RABBITMQ_HOST="${{secrets.TEST_RABBITMQ_HOST}}" \
7373
-e SPRING_RABBITMQ_USERNAME="${{secrets.TEST_RABBITMQ_USERNAME}}" \

0 commit comments

Comments
 (0)