Skip to content

Commit 3de6cff

Browse files
authored
Update simple-d2ec2.yaml
1 parent 02f70f8 commit 3de6cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/simple-d2ec2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- id: deploy
11-
uses: bitovi/github-actions-deploy-docker-to-ec2@alb-test
11+
uses: bitovi/github-actions-deploy-docker-to-ec2@v1
1212
with:
1313
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
1414
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
1515
aws_default_region: us-east-1
1616

17-
aws_r53_enable: true
17+
aws_r53_enable: false
1818
aws_r53_domain_name: bitovi-sandbox.com
19-
aws_r53_sub_domain_name: SD2EC2
19+
aws_r53_sub_domain_name: sd2ec2
2020
aws_r53_create_sub_cert: true
2121

2222
aws_elb_app_port: 80

0 commit comments

Comments
 (0)