We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfb0bb commit 5ad2e3bCopy full SHA for 5ad2e3b
1 file changed
Makefile
@@ -11,7 +11,7 @@ clean:
11
rm -f *~1~
12
13
deploy: clean
14
- git checkout public && make build && git rebase main && git push && git checkout main && scp -r docs/* cressida.uberspace.de:sites/otype.de/
+ git checkout public && make build && git rebase main && git push --force && git checkout main && scp -r docs/* cressida.uberspace.de:sites/otype.de/
15
16
release:
17
echo 'Run `gh release create v<tag_version> --generate-notes`'
0 commit comments