Releases: ShauryaAg/AWS-Deploy-action
Releases · ShauryaAg/AWS-Deploy-action
v1
What's Changed
- refactor: seperated push and deploy scripts by @mayan-sharma in #3
- The action now also checks for different submodules in the project and deploys them separately
Full Changelog: v0.1.1...v1
v0.1.1
v0.1
GitHub action release to deploy the application to AWS EC2
Steps:
- Set up the AWS credentials
- Fetch the environment variables from a bucket in AWS S3
- Deploy the application to AWS EC2
Configuration:
Option | Type | Default | Notes |
---|---|---|---|
get-env | boolean | true | Flag to specify if ENV secrets should be fetched from the AWS Bucket. Set false if ENV secrets should not be fetched, otherwise ignore. |
env-bucket | string | - | Bucket where the ENV Secrets are stored. Specify the whole path, if ENV Secrets are stored deep inside the directory tree. |
aws-app-name | string | - | AWS App Name |
app-bucket | string | - | Bucket where the deployment should be stored |