Skip to content

Releases: ShauryaAg/AWS-Deploy-action

v1

23 Oct 21:08
Compare
Choose a tag to compare

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

23 Oct 16:43
Compare
Choose a tag to compare

Fixes:

  • Add aws-group as inputs specifying the AWS deploy group name.

Full Changelog: v0.1...v0.1.1

v0.1

22 Oct 18:25
Compare
Choose a tag to compare

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