Skip to content

Commit

Permalink
test: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mng990 committed Sep 7, 2024
1 parent 10aac46 commit ef5d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
working-directory: ./
run: |
mkdir -p deploy-nginx
cp ./nginx/* deploy-nginx/
cp -r ./nginx/* deploy-nginx/
cp utils/*.sh deploy-nginx/
cp utils/appspec.yml deploy-nginx/
cd deploy-nginx && zip -r deploy-nginx *
Expand Down

0 comments on commit ef5d25e

Please sign in to comment.