forked from toolshed/abra
		
	fix: skip dupe ipv4 check, done in EnsureDomainsResolveSameIPv4
This commit is contained in:
		@ -141,11 +141,6 @@ func DeployAction(c *cli.Context) error {
 | 
			
		||||
 | 
			
		||||
	if !NoDomainChecks {
 | 
			
		||||
		domainName := app.Env["DOMAIN"]
 | 
			
		||||
		ipv4, err := dns.EnsureIPv4(domainName)
 | 
			
		||||
		if err != nil || ipv4 == "" {
 | 
			
		||||
			logrus.Fatalf("could not find an IP address assigned to %s?", domainName)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if _, err = dns.EnsureDomainsResolveSameIPv4(domainName, app.Server); err != nil {
 | 
			
		||||
			logrus.Fatal(err)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user