Skip to content

Commit

Permalink
fix: cors test13
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Aug 3, 2024
1 parent cbec9ea commit 1ebb43e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
sed -i 's/{JASYPT_SECRET}/${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}/' ./deploy/Procfile
cp ./api/build/libs/api-1.0.0.jar ./deploy/application.jar
zip -r deploy/deploy.zip ./.platform ./deploy/Procfile ./deploy/application.jar
cp -r ./.platform ./deploy/
cd deploy && zip -r deploy.zip .
- name: 배포
uses: einaregilsson/beanstalk-deploy@v22
Expand Down

0 comments on commit 1ebb43e

Please sign in to comment.