Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Deploy via FTP #23

Closed
wants to merge 4 commits into from
Closed

Deploy via FTP #23

wants to merge 4 commits into from

Conversation

airamrguez
Copy link

Fixes #4

This PR breaks the current JSON schema of the .chcplogin file to support multiple deployment modes.

FTP schema

{
  "pushMode": "ftp",
  "ftp": {
    "host": "host",
    "port": "21",
    "path": "/public_html/...",
    "username": "username",
    "password": "password"
  }
}

Amazon s3 login

{
  "pushMode": "s3",
  "s3": {
    "key": "accessKey",
    "secret": "secretKey"
  }
}

@nikDemyankov
Copy link
Member

Very nice, thanks! Will check it out.

@nikDemyankov nikDemyankov added this to the v1.1.0 milestone Nov 20, 2015
@nikDemyankov nikDemyankov modified the milestones: v1.2.0, v1.1.0 May 4, 2016
@frimoldi
Copy link

Any updates on this one ? It's pretty cool

@nikDemyankov
Copy link
Member

Right now I'm rewriting CLI client. So, when it's ready - I will add this feature. As you can see - it is in milestone for v1.2.0, which is under construction. Unfortunately, I can't give you the exact date, sorry...

@ghost
Copy link

ghost commented Aug 28, 2017

unable to sync: CredentialsError: Missing credentials in config
Failed to connect via FTP

@nordnet-deprecation-bot
Copy link
Contributor

👋 Hi! Thank you for your interest in this repo.

😢 We are not using nordnet/cordova-hot-code-push-cli anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹ️ Please see #79 for more information.

@nordnet nordnet locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants