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

Support additional commands #9

Open
5 of 6 tasks
fearenales opened this issue Jul 29, 2015 · 2 comments
Open
5 of 6 tasks

Support additional commands #9

fearenales opened this issue Jul 29, 2015 · 2 comments

Comments

@fearenales
Copy link
Contributor

The deploy process should support additional commands:

$ azk shell deploy -- <command>
  <command>:
    - add-key # Add a SSH public key in the authorized keys of the remote server
    - fast # Push new code and refresh azk in the remote server (default after first run)
    - slow # Provision the remote server, push code and run azk (default in the first run)
    - restart # Restart azk in the remote server
    - ssh # Connect via SSH with the remote server

List of commands to be implemented:

  • fast
  • full
  • restart
  • ssh
  • shell
  • key (add|remove|edit|...)
@fearenales fearenales changed the title Deploy supporting additional commands Support additional commands Aug 14, 2015
@fearenales
Copy link
Contributor Author

azk shell deploy or azk deploy ?

@gullitmiranda
Copy link
Member

To be possible to use azk deploy will need to make changes in azk. I prefer the azk deploy, but you can do now? and what will be the behavior when a Azkfile.js not have the deploy system?

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

No branches or pull requests

2 participants