Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
PROJECT_NAME: NoWait
DIVISION: admin
AWS_REGION: ap-northeast-2
AWS_S3_BUCKET: nowait-deploy-github- actions
AWS_S3_BUCKET: nowait-deploy-github-actions
AWS_CODE_DEPLOY_APPLICATION: nowaiting
AWS_CODE_DEPLOY_GROUP: nowaiting-deploy-dev-admin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ public static void main(String[] args) {
org.springframework.boot.SpringApplication.run(ApiAdminApplication.class, args);
}
}