-
| Imagine this scenario: 
 If copilot 1.1 has introduced changes to app and env templates that are required for services to operate correctly, would  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            buddhike
          
      
      
        Jul 12, 2021 
      
    
    Replies: 1 comment 2 replies
-
| It looks like deploy command runs env upgrade. Does it do that for app template as well? Also, if the upgrade was triggered by two  | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        buddhike
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
It looks like deploy command runs env upgrade.
https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/svc_deploy.go#L162
Does it do that for app template as well?
Also, if the upgrade was triggered by two
copilot svc deploycommands for different services in same app, does it handle the scenario gracefully? 😊