Skip to content

Commit

Permalink
CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Barralex committed Sep 20, 2021
1 parent 0b29ffa commit b9609b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build NextJS Project
run: yarn build
- name: Generate deployment package
run: zip -r deploy.zip . -x */node_modules/* -x '*.git*'
run: zip -r deploy.zip . -x '*node_modules*' -x '*.git*'
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v18
with:
Expand Down

0 comments on commit b9609b6

Please sign in to comment.