Skip to content

galadrimteam/env-to-eb-with-transcrypt

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Verify

Add transcrypt encoded file to ElasticBeanstalk

Decrypt the file and add it to the ebconfig file. The default path for the config elasticbeanstalk is .ebextensions/options.config. If the file is in the folder backend, pass backend/.ebextensions/options.config with the eb_config_path argument.

Requirements

  • You must have your transcrypt key
  • To obtain it run transcrypt --display, it's the PASSWORD

Setup

Example workflow setup:

steps:
  ...
  - uses: galadrimteam/env-to-eb-with-transcrypt@v1.2
    with:
      env_file: backend/.env.staging
      transcrypt_key: ${{ secrets.TRANSCRYPT_KEY }}
      eb_config_path: backend/.ebextensions/options.config

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages