Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

A Serverless plugin to copy a .env file into the serverless package

License

Notifications You must be signed in to change notification settings

ACloudGuru/serverless-plugin-package-dotenv-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Package Env Plugin Build Status

A Serverless plugin to copy a .env file into the serverless package

Installation

npm i serverless-plugin-package-dotenv-file

Usage

service: your-service
...
custom:
  packageEnv:
    fileName: .env-${env:ENVIRONMENT}

plugins:
  - serverless-plugin-package-dotenv-file

About

A Serverless plugin to copy a .env file into the serverless package

Resources

License

Stars

Watchers

Forks

Packages

No packages published