You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy.sh
+1
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,4 @@ git commit -m "Deploy from CircleCI" # this will always be the only commit in yo
11
11
12
12
# use --quiet to avoid printing token in build logs
13
13
git push --force --quiet "https://${GH_TOKEN}@github.com/devopsdays/devopsdays-web.git" master:gh-pages # path to your repo on GitHub, using token for authentication
0 commit comments