mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
explicit change dir
This commit is contained in:
parent
5b3c26f1b0
commit
3eebae19a9
1 changed files with 6 additions and 5 deletions
11
.github/workflows/staging.yml
vendored
11
.github/workflows/staging.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue