A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 DeploySteps.txt

View raw Download
text/plain • 555 B
ASCII text
        
            
1
== How I Deploy This Site ==
2
3
=== Automated Deployments and Setup ===
4
5
[] Push to Git sources
6
[] Run build.py
7
8
=== Nekoweb ===
9
10
[] Generate a ZIP from the build directory
11
[] Upload ZIP to Nekoweb
12
13
=== Neocities, Surge.sh, Page.dev ===
14
15
[] CD into build directory
16
[] Push to Neocities
17
[] Push to Surge
18
[] Generate ZIP of contents
19
[] Upload ZIP to Cloudflare pages
20
21
=== Roundabout, Codeberg ===
22
23
[] Delete pages branch if exists
24
[] Create orphaned pages branch
25
[] Move content of build directory to pages branch root
26
[] Push to Git sources' pages branches
27