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 d29a6f0 commit cf2a15eCopy full SHA for cf2a15e
.github/workflows/deploy.yml
@@ -41,8 +41,6 @@ jobs:
41
uses: actions/setup-node@v1
42
with:
43
node-version: 12
44
- - run: git config credential.helper "store --file=.git/credentials"
45
- - run: 'echo "https://benjie:${GITHUB_TOKEN}@github.com" > .git/credentials'
46
- run: yarn
47
- run: yarn clean
48
- run: yarn format
scripts/deploy
@@ -10,11 +10,6 @@ yarn test
10
git clone "`git remote get-url origin`" __deploy
11
cd __deploy
12
13
-if [ -f ../.git/credentials ]; then
14
- git config credential.helper "store --file=.git/credentials"
15
- cp ../.git/credentials .git/credentials
16
-fi
17
-
18
git checkout master
19
cp -af ../public/* ./
20
echo 'www.graphile.org' > CNAME
0 commit comments