From d20b96f7e810fdbc1d3e363c0b6e9af104d746c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Gonz=C3=A1lez?= Date: Mon, 18 Mar 2024 11:32:22 -0600 Subject: [PATCH] update path --- .github/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 60a2abe..1ef6639 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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