DeploySteps.txt
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