Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems update / last version #9

Closed
isidromerayo opened this issue Sep 20, 2012 · 4 comments
Closed

problems update / last version #9

isidromerayo opened this issue Sep 20, 2012 · 4 comments
Labels

Comments

@isidromerayo
Copy link

Hi,
I update with lastest version but something wrong :|

I try to deploy, the warning is

$ mage deploy go:testing

Warning! No hosts defined, skipping deployment tasks.

but list releases works

$ mage releases list to:testing
Starting Magallanes

Releases available on XXX

    Release: 20120920102742 - Date: 2012-09-20 10:27:42 - Index:  0
    Release: 20120920094619 - Date: 2012-09-20 09:46:19 - Index: -1
    Release: 20120920093917 - Date: 2012-09-20 09:39:17 - Index: -2
    Release: 20120920093650 - Date: 2012-09-20 09:36:50 - Index: -3
    Release: 20120920093212 - Date: 2012-09-20 09:32:12 - Index: -4
    Release: 20120920092819 - Date: 2012-09-20 09:28:19 - Index: -5
    Release: 20120920091842 - Date: 2012-09-20 09:18:42 - Index: -6

Thanks!

@andres-montanez
Copy link
Owner

Hi, what's the configuration on your testing env?

@isidromerayo
Copy link
Author

Sorry for the delay ... My configuration file:

#testing
deployment:
user: my_user
from: ./
to: /var/www/my_user/my_app_deploy
excludes:
- build
releases:
enabled: true
max: 10
symlink: current
directory: releases
hosts:

  • dev-server.localdomain

tasks:

#pre-deploy:
#- scm/update
on-deploy:
- deployment/rsync
- permissions
- permissions
#post-deploy:

@andres-montanez
Copy link
Owner

Looks like GitHub is messing up with the yaml.
Is the Hosts indentation correct? For releases lists it works but for deployment don't?
Also, try last night update, I've made a major overhauling :)

@isidromerayo
Copy link
Author

I think have something wrong in my computer, and reinstall Magallanes.
I try it again, and feedback. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants