Skip to content

Commit

Permalink
chore: 배포용 파일 submodule로 옮긴다
Browse files Browse the repository at this point in the history
  • Loading branch information
melonturtle committed Mar 12, 2024
1 parent 3b6f36b commit 061f4f0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 73 deletions.
12 changes: 0 additions & 12 deletions .ebextensions/00-makeFiles.config

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
run: |
mkdir -p deploy
cp build/libs/*.jar deploy/application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions deploy/.ebextensions
cp -r .platform deploy/.platform
cp ./server-config/deploy/Procfile deploy/Procfile
cp -r ./server-config/deploy/.ebextensions deploy/.ebextensions
cp -r ./server-config/deploy/.platform deploy/.platform
cd deploy && zip -r deploy.zip .
- name: Beanstalk Deploy
Expand Down
56 changes: 0 additions & 56 deletions .platform/nginx/nginx.conf

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

2 changes: 1 addition & 1 deletion server-config

0 comments on commit 061f4f0

Please sign in to comment.