Skip to content

Commit bbffc5f

Browse files
authored
Fix proxy hosts configuration and add base deploy.yml (#313)
2 parents 54a1a78 + d7e754e commit bbffc5f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

config/deploy.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ servers:
1111

1212
proxy:
1313
ssl: true
14-
host:
14+
hosts:
1515
- skillrx.org
1616
- www.skillrx.org
1717

config/deploy.staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ servers:
1111

1212
proxy:
1313
ssl: true
14-
host:
14+
hosts:
1515
- staging.skillrx.org
1616
- www.staging.skillrx.org
1717

config/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base deployment configuration
2+
service: skillrx
3+
4+
# Name of the container image.
5+
image: skillrx/skillrx

0 commit comments

Comments
 (0)