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

Added Roundabout to ManualDeploy list

steve0greatness,
created on Monday, 6 May 2024, 05:37:15 (1714973835), received on Monday, 6 May 2024, 05:41:44 (1714974104)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

d5d4e7176c7ed407045b95f30dff95f067fd9091

Codeberg.ps1

@@ -1,9 +0,0 @@

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

ManualDeploy.ps1

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

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