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

Manual deploy Bugfix + Force Push

steve0greatness,
created on Monday, 6 May 2024, 05:49:20 (1714974560), received on Monday, 6 May 2024, 05:49:55 (1714974595)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

bf9f94fbeaf7592df5be399e5a0346b658ba8b9f

ManualDeploy.ps1

@@ -1,10 +1,10 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            python build.py cb-pages
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git switch --orphan pages
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ls | grep -v build | rm -r -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ls | grep -v build | rm -r -fo
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            mv build/* .
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git add .
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git commit -m "Pages Build & Deploy"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push codeberg pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push roundabout www
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push codeberg pages -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push roundabout www -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git branch -d pages
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git checkout main