ci(env vars): added canonical url env

This commit is contained in:
Dimitrie Stefanescu
2020-07-15 10:43:49 +01:00
parent 298c92afe8
commit f9eea0eac2
+1
View File
@@ -23,6 +23,7 @@ jobs:
PGUSER: speckle
SESSION_SECRET: 'keyboard cat'
STRATEGY_LOCAL: true
CANONICAL_URL: 'http://localhost:3000'
steps:
- checkout