Merge pull request #19 from Hestia-Homes/main

removed serverless offline
This commit is contained in:
KhalimCK 2023-07-09 15:01:41 +01:00 committed by GitHub
commit 6c87f87083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Serverless Deploy
name: Fast Api Backend Deploy
on:
push:
@ -21,6 +21,7 @@ jobs:
run: |
npm install -g serverless
npm install -g serverless-python-requirements
npm install -g
- name: Install dependencies
run: |

View file

@ -1,4 +1,4 @@
name: CI/CD Pipeline
name: Deploy terraform stack
on:
push:

View file

@ -6,7 +6,7 @@ provider:
region: eu-west-2
environment:
API_KEY: ${env:API_KEY}
# ENVIRONMENT: ${self:provider.stage}
# ENVIRONMENT: ${self:provider.stage}
ENVIRONMENT: 'local'
SECRET_KEY: ${env:SECRET_KEY}
ALGORITHM: ${env:ALGORITHM}
@ -18,7 +18,6 @@ package:
plugins:
- serverless-python-requirements
- serverless-offline
custom:
pythonRequirements: