Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 authored Feb 3, 2024
1 parent 51e2de8 commit 9b7e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Enter dir and backend deploy
uses: serverless/[email protected]
with:
args: -c "cd backend && serverless plugin install --name serverless-webpack && serverless deploy"
args: -c "cd backend && serverless plugin install --name serverless-webpack && serverless plugin install --name serverless-dotenv-plugin && serverless deploy"
entrypoint: /bin/sh
env:
MONGOOSE_CONNECT_STRING: ${{secrets.MONGOOSE_CONNECT_STRING}}
Expand Down

0 comments on commit 9b7e7f0

Please sign in to comment.