explicit change dir

This commit is contained in:
neil 2022-10-17 20:48:34 +08:00
parent 5b3c26f1b0
commit 3eebae19a9

View file

@ -22,12 +22,13 @@ jobs:
- uses: borales/actions-yarn@v3.0.0 - uses: borales/actions-yarn@v3.0.0
with: with:
cmd: install cmd: --cwd lambdas install
- name: deploy - name: serverless deploy
uses: Teakowa/serverless-action@master uses: serverless/github-action@v3
with: with:
args: --stage prod deploy args: -c "cd ./lambdas && serverless deploy"
entrypoint: /bin/sh
# deploy: # deploy:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest