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 69ed642 commit f9e6d4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
run: yarn build
- name: Generate deployment package
working-directory: ./.next
run: zip -r deploy.zip .
run: zip -r deploy.zip . && mv *.* ..
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v18
working-directory: ./.next
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit f9e6d4d

Please sign in to comment.