forked from toolshed/abra
		
	refactor!: use "config" instead of "compose" [ci skip]
This commit is contained in:
		@ -162,7 +162,7 @@ func DeployAction(c *cli.Context) error {
 | 
			
		||||
 | 
			
		||||
// DeployOverview shows a deployment overview
 | 
			
		||||
func DeployOverview(app config.App, version, message string) error {
 | 
			
		||||
	tableCol := []string{"server", "recipe", "compose", "domain", "version"}
 | 
			
		||||
	tableCol := []string{"server", "recipe", "config", "domain", "version"}
 | 
			
		||||
	table := formatter.CreateTable(tableCol)
 | 
			
		||||
 | 
			
		||||
	deployConfig := "compose.yml"
 | 
			
		||||
@ -200,7 +200,7 @@ func DeployOverview(app config.App, version, message string) error {
 | 
			
		||||
 | 
			
		||||
// NewVersionOverview shows an upgrade or downgrade overview
 | 
			
		||||
func NewVersionOverview(app config.App, currentVersion, newVersion, releaseNotes string) error {
 | 
			
		||||
	tableCol := []string{"server", "recipe", "compose", "domain", "current version", "to be deployed"}
 | 
			
		||||
	tableCol := []string{"server", "recipe", "config", "domain", "current version", "to be deployed"}
 | 
			
		||||
	table := formatter.CreateTable(tableCol)
 | 
			
		||||
 | 
			
		||||
	deployConfig := "compose.yml"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user