Skip to content

Adds route53 certs to deploy action #6

Adds route53 certs to deploy action

Adds route53 certs to deploy action #6

name: Basic deploy
on:
push:
branches:
- release
jobs:
EC2-Deploy:
runs-on: ubuntu-latest
steps:
- id: deploy
uses: bitovi/github-actions-deploy-docker-to-ec2@v1.0.0
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_default_region: us-east-1
env_ghs: ${{ secrets.DOT_ENV }}
aws_elb_app_port: 8080 # This should match the docker exposed port. Defaults to 3000.
aws_r53_enable: true
aws_r53_domain_name: armitage.xyz
aws_r53_sub_domain_name: api
aws_r53_create_sub_cert: true
aws_elb_app_port: 8080

Check failure on line 25 in .github/workflows/deploy-cred-manager.yaml

View workflow run for this annotation

GitHub Actions / Basic deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-cred-manager.yaml (Line: 25, Col: 11): 'aws_elb_app_port' is already defined
aws_elb_listen_port: 443,8080