Skip to content

Commit

Permalink
First deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jun 29, 2024
1 parent b236edb commit 7555964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ env:
jobs:
deploy:
name: Deploy Staging
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'

- uses: actions/cache@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
service: membership-api

custom:
#serverless-layers:
# dependenciesPath: ./package.json
# layersDeploymentBucket: "lcs-layers"
serverless-layers:
dependenciesPath: ./package.json
layersDeploymentBucket: "lcs-layers"
env: ${lower(${opt:stage, self:provider.stage})}
vpcSettings:
prod:
Expand Down Expand Up @@ -33,5 +33,5 @@ functions:
vpc: ${self:custom.vpcSettings.current}

plugins:
#- serverless-layers
- serverless-layers
- serverless-plugin-utils

0 comments on commit 7555964

Please sign in to comment.