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 06ba7ed commit a6684c7Copy full SHA for a6684c7
Readme.md
@@ -1,13 +1,13 @@
1
Exemplo de arquivo 'config/aws_deploy.yml'
2
3
-production:
4
- environment: "production"
5
- autoscaling_name: "fundos-production"
6
- load_balancer_name: "Fundos-SSL"
7
- path: "/srv/fundos/src"
+ production:
+ environment: "production"
+ autoscaling_name: "fundos-production"
+ load_balancer_name: "Fundos-SSL"
+ path: "/srv/fundos/src"
8
9
-sandbox:
10
- environment: "sandbox"
11
- autoscaling_name: "fundos-sandbox"
12
- load_balancer_name: "Fundos-Sandbox"
13
+ sandbox:
+ environment: "sandbox"
+ autoscaling_name: "fundos-sandbox"
+ load_balancer_name: "Fundos-Sandbox"
0 commit comments