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

Change # to ! for deploy macro

!action/build-deploy

steve0greatness,
created on Wednesday, 16 October 2024, 23:57:38 (1729123058), received on Wednesday, 16 October 2024, 23:59:16 (1729123156)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

495cfa7b12dc1018669291bf27f6b11b8a4dc68a

.github/workflows/build-deploy.yml

@@ -33,7 +33,7 @@ jobs:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          with:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            path: build
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                deploy:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              if: "contains(github.event.head_commit.message, '#action/build-deploy')"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              if: "contains(github.event.head_commit.message, '!action/build-deploy')"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  needs: [build]
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  runs-on: ubuntu-latest
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  strategy: