Skip to content

Commit

Permalink
CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Barralex committed Sep 19, 2021
1 parent 5f6d2dc commit 0c95b70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Build NextJS Project
run: yarn build
- name: Generate deployment package
run: zip -r deploy.zip . -x '*.git*'
working-directory: ./.next
run: zip -r deploy.zip .
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v18
with:
Expand Down

0 comments on commit 0c95b70

Please sign in to comment.