mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
explicit change dir
This commit is contained in:
parent
5b3c26f1b0
commit
3eebae19a9
1 changed files with 6 additions and 5 deletions
9
.github/workflows/staging.yml
vendored
9
.github/workflows/staging.yml
vendored
|
@ -22,12 +22,13 @@ jobs:
|
|||
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
cmd: install
|
||||
cmd: --cwd lambdas install
|
||||
|
||||
- name: deploy
|
||||
uses: Teakowa/serverless-action@master
|
||||
- name: serverless deploy
|
||||
uses: serverless/github-action@v3
|
||||
with:
|
||||
args: --stage prod deploy
|
||||
args: -c "cd ./lambdas && serverless deploy"
|
||||
entrypoint: /bin/sh
|
||||
|
||||
# deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue