Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Oct 29, 2023
1 parent 2eca611 commit e7278fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- name: Create zip
run: cd part-5-multi-core-eb && npm install && npm run build && zip deploy.zip *"
run: "cd part-5-multi-core-eb && npm install && npm run build && zip deploy.zip *"

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v20
Expand Down

0 comments on commit e7278fd

Please sign in to comment.