We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f70f8 commit 3de6cffCopy full SHA for 3de6cff
.github/workflows/simple-d2ec2.yaml
@@ -8,15 +8,15 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- id: deploy
11
- uses: bitovi/github-actions-deploy-docker-to-ec2@alb-test
+ uses: bitovi/github-actions-deploy-docker-to-ec2@v1
12
with:
13
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
14
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
15
aws_default_region: us-east-1
16
17
- aws_r53_enable: true
+ aws_r53_enable: false
18
aws_r53_domain_name: bitovi-sandbox.com
19
- aws_r53_sub_domain_name: SD2EC2
+ aws_r53_sub_domain_name: sd2ec2
20
aws_r53_create_sub_cert: true
21
22
aws_elb_app_port: 80
0 commit comments