Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 18, 2024
1 parent 4d8ae14 commit d20b96f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
- name: Build, tag, and push Docker image
run: ./build/build.sh
- name: Install Serverless standalone
run: curl -o- -L https://slss.io/install | bash
run: |
curl -o- -L https://slss.io/install | bash
echo "$HOME/.serverless/bin" >> $GITHUB_PATH
- name: Deploy with Serverless
run: |
cd ./deploy
Expand Down

0 comments on commit d20b96f

Please sign in to comment.