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.
1 parent a76f69f commit f29c8fdCopy full SHA for f29c8fd
1 file changed
scripts/deploy
@@ -10,6 +10,11 @@ yarn test
10
git clone "`git remote get-url origin`" __deploy
11
cd __deploy
12
13
+if [ "$CI" != "" ]; then
14
+ git config credential.helper "store --file=.git/credentials"
15
+ echo "https://benjie:${GITHUB_TOKEN}@github.com" > .git/credentials
16
+fi;
17
+
18
git checkout master
19
cp -af ../public/* ./
20
echo 'www.graphile.org' > CNAME
0 commit comments