Skip to content

Commit

Permalink
Merge pull request #16 from taeyeongKims/ci/1
Browse files Browse the repository at this point in the history
github-action key 추가
  • Loading branch information
taeyeongKims authored Jan 2, 2024
2 parents ec6345c + 1ef3712 commit 8230232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
with:
aws_access_key: ${{secrets.AWS_ACTION_ACCESS_KEY_ID}}
aws_secret_key: ${{secrets.AWS_ACTION_SECRET_ACCESS_KEY}}
application_name: test8-dev
environment_name: Test8-dev-env
application_name: umc-project-dev
environment_name: Umc-project-dev-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }} # version_label은 이전에 배포한 label과 중복되면 안됨!
use_existing_version_if_available: true
region: ap-northeast-2
Expand Down
1 change: 1 addition & 0 deletions .platform/nginx/conf.d/client_max_body_size.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client_max_body_size 200M;

0 comments on commit 8230232

Please sign in to comment.