You can use this script to set environment variables to deploy Chisel projects to Pantheon using Gitlab CI. When creating multiple projects you have to change only baseName
, pantheonGit
and pantheonSiteName
.
Node 8+ is required.
- Clone/download
- Copy
config.sample.js
toconfig.js
. - Fill config.
- Run
node setVariables.js
.