mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
set correct working directory
This commit is contained in:
parent
416494a979
commit
ec3e15c120
1 changed files with 2 additions and 2 deletions
4
.github/workflows/staging.yml
vendored
4
.github/workflows/staging.yml
vendored
|
@ -80,15 +80,15 @@ jobs:
|
||||||
# working-directory: .cdk
|
# working-directory: .cdk
|
||||||
|
|
||||||
- uses: borales/actions-yarn@v3.0.0
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
|
working-directory: ./lambdas
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
working-directory: lambdas
|
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
working-directory: ./lambdas
|
||||||
uses: Teakowa/serverless-action@master
|
uses: Teakowa/serverless-action@master
|
||||||
with:
|
with:
|
||||||
args: --stage prod deploy
|
args: --stage prod deploy
|
||||||
working-directory: lambdas
|
|
||||||
|
|
||||||
# - name: Seal Deployment
|
# - name: Seal Deployment
|
||||||
# uses: bobheadxi/deployments@v1
|
# uses: bobheadxi/deployments@v1
|
||||||
|
|
Loading…
Reference in a new issue