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

Remove DeploySteps.txt

I don't think there's really a need for this anymore. DeploySteps was really only here for one reason only: to make a checklist so I don't forget to deploy to a service. That's no irrelevant because I'm no longer deploying to so many. Now, I'm only deploying to two: Nekoweb and GitHub Pages; of which, only 1 is a manual deploy.

steve0greatness,
created on Sunday, 19 May 2024, 05:56:46 (1716098206), received on Sunday, 19 May 2024, 06:00:32 (1716098432)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

04b70bf00fe629c9be9d7981f1e5239fd15eedb5

DeploySteps.txt

@@ -1,26 +0,0 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        == How I Deploy This Site ==
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        === Automated Deployments and Setup ===
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Push to Git sources
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Run build.py
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        === Nekoweb ===
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Generate a ZIP from the build directory
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Upload ZIP to Nekoweb 
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        === Neocities, Surge.sh, Page.dev ===
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] CD into build directory
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Push to Neocities
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Push to Surge
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Generate ZIP of contents
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Upload ZIP to Cloudflare pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        === Roundabout, Codeberg ===
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Delete pages branch if exists
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Create orphaned pages branch
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Move content of build directory to pages branch root
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        [] Push to Git sources' pages branches