Skip to content

Commit

Permalink
#18390 - zerops_build.yml -> zerops.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek authored Nov 12, 2020
1 parent 8f7376e commit 516f165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cliAction/buildDeploy/handler_push.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (h *Handler) Push(ctx context.Context, config RunConfig) error {

buildConfigContent, err := func() ([]byte, error) {
for _, file := range files {
if file.ArchivePath == "zerops_build.yml" {
if file.ArchivePath == "zerops.yml" {
buildConfigContent, err := ioutil.ReadFile(file.SourcePath)
if err != nil {
return nil, err
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/en.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ const (
BuildDeployUploadingPackageDone = "package uploaded"
BuildDeployUploadPackageFailed = "package upload failed"
BuildDeployDeployingStart = "deploying service"
BuildDeployBuildConfigNotFound = "config file zerops_build.yml is not found"
BuildDeployBuildConfigEmpty = "config file zerops_build.yml is empty"
BuildDeployBuildConfigTooLarge = "max. size of zerops_build.yml is 10 MB"
BuildDeployBuildConfigNotFound = "config file zerops.yml is not found"
BuildDeployBuildConfigEmpty = "config file zerops.yml is empty"
BuildDeployBuildConfigTooLarge = "max. size of zerops.yml is 10 MB"
BuildDeploySuccess = "service deployed"

// vpn start
Expand Down

0 comments on commit 516f165

Please sign in to comment.