Skip to content

Commit

Permalink
fix: fixed sls template, updated serverless command to validate the t…
Browse files Browse the repository at this point in the history
…emplate
  • Loading branch information
ArsenyYankovsky committed Jan 9, 2024
1 parent ffff899 commit b75feec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Validate serverless
uses: serverless/github-action@master
with:
args: deploy --noDeploy
args: package
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variablesResolutionMode: 20210219
# TODO: replace all variables below
custom:
name: ${sls:stage}-${self:service}
region: ${opt:region, self:provider.region}
region: ${opt:region, "us-east-1"}
vpcId: vpc-00690f6e
subnetId1: subnet-039f496e
subnetId2: subnet-0c0af8ea
Expand Down

0 comments on commit b75feec

Please sign in to comment.