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.
2 parents 54a1a78 + d7e754e commit bbffc5fCopy full SHA for bbffc5f
config/deploy.production.yml
@@ -11,7 +11,7 @@ servers:
11
12
proxy:
13
ssl: true
14
- host:
+ hosts:
15
- skillrx.org
16
- www.skillrx.org
17
config/deploy.staging.yml
- staging.skillrx.org
- www.staging.skillrx.org
config/deploy.yml
@@ -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