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 36b9a85 commit 912b9f7Copy full SHA for 912b9f7
scripts/deploy.sh
@@ -12,12 +12,12 @@ BUILD_FOLDER=".build"
12
rm -rf "$BUILD_FOLDER"
13
14
# Checkout the current repo
15
-git clone -b master https://$GITHUB_USER:$GITHUB_PERSONAL_ACCESS_TOKEN@github.com/nodeschool/nodeschool.github.io.git .build
+git clone -b master git@github.com:nodeschool/nodeschool.github.io.git .build
16
17
npm run build
18
19
cd .build
20
git checkout master
21
git add . --force
22
git commit -m "Automatic deployment of $(git rev-parse HEAD)"
23
-git push origin master
+git push origin master
0 commit comments