Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

deploy command, support remote client and cloud service #14

Closed
6 tasks done
fuxiaohei opened this issue Jan 5, 2016 · 4 comments
Closed
6 tasks done

deploy command, support remote client and cloud service #14

fuxiaohei opened this issue Jan 5, 2016 · 4 comments
Labels
Milestone

Comments

@fuxiaohei
Copy link
Member

add new command deploy :

pugo deploy [subcommand] [--options]

support remote client:

  • ftp - username and password required
  • sftp - username and password required. ignore ssh key login
  • git - push, ignore password input

cloud service:

  • AWS
  • Heroku (app engine, not cloud storage)
  • Qiniu
@fuxiaohei fuxiaohei changed the title deploy to cloud service deploy command, support remote client and cloud service Mar 4, 2016
@fuxiaohei fuxiaohei added this to the 0.9.15 milestone Mar 4, 2016
@fuxiaohei
Copy link
Member Author

FTP

FTP connect via username and password, use UTF-8 mode

336a40b
4144468

@fuxiaohei
Copy link
Member Author

SFTP

SFTP deploy via username and password, not supported SSH Keys

4144468

@fuxiaohei
Copy link
Member Author

Git

git commit files to remote repository

it can't push commit when username and password required

f23ac4c
f1efcf0
f2715f2

@fuxiaohei
Copy link
Member Author

Qiniu && AWS-S3

Qiniu and AWS-S3 are cloud object storage service.

They can host static files as website.

access key, secret key, bucket or region are required.

b58e839
7047c3c
13c9209

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

No branches or pull requests

1 participant