Skip to content

Commit

Permalink
Setting port name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Oct 23, 2024
1 parent 91e7bff commit c51b23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: ec2
gather_facts: false
environment:
backend_port: 80
PORT: 80
roles:
- configure-server
- deploy-artifact
2 changes: 1 addition & 1 deletion util/ansible/roles/configure-server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
dest: "/etc/environment"
state: present
regexp: "^PORT="
line: "PORT={{ backend_port }}"
line: "PORT={{ PORT }}"

0 comments on commit c51b23d

Please # to comment.