Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: try removing codiusd to get codius working #22

Merged
merged 1 commit into from
Jul 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/deploy-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ls
cp -a "../project/." .
git remote remove origin
echo "remote removed"
git remote add codiusd "[email protected]:codius/codiusd.wiki.git"
#git remote add codiusd "[email protected]:codius/codiusd.wiki.git"
git remote add codius "[email protected]:codius/codius.wiki.git"
#git remote add codiuswiki "[email protected]:codius/codius-wiki.wiki.git"
echo "added new remote"
Expand All @@ -43,7 +43,7 @@ git add -A
# now commit, ignoring branch gh-pages doesn't seem to work, so trying skip
git commit --allow-empty -m "Deploy to GitHub pages [ci skip]"
# and push, but send any output to /dev/null to hide anything sensitive
git push --force --quiet codiusd master
#git push --force --quiet codiusd master
git push --force --quiet codius master
#git push --force --quiet codiuswiki master
# go back to where we started and remove the gh-pages git repo we made and used
Expand Down