You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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|...)
The text was updated successfully, but these errors were encountered:
fearenales
changed the title
Deploy supporting additional commands
Support additional commands
Aug 14, 2015
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?
The deploy process should support additional commands:
List of commands to be implemented:
The text was updated successfully, but these errors were encountered: