A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 DeploySteps.txt

View raw Download
text/plain • 397 B
ASCII text
        
            
1
== How I Deploy This Site ==
2
3
[] Push to Git sources
4
[] Run build.py
5
[] Generate a ZIP from the build directory
6
[] Upload ZIP to Nekoweb
7
[] Upload ZIP to Cloudflare pages
8
[] CD into build directory
9
[] Push to Neocities
10
[] Push to Surge
11
[] Delete pages branch if exists
12
[] Create orphaned pages branch
13
[] Move content of build directory to pages branch root
14
[] Push to Git sources' pages branches
15