dploy icon indicating copy to clipboard operation
dploy copied to clipboard

⛔️ currently unmaintained ⛔️

Results 60 dploy issues
Sort by recently updated
recently updated
newest added

Hello, I am having an issue when trying to connect to a SFTP server. This might be linked to the server's fingerprint not beeing known (it is present in ~/.ssh/known_hosts)....

Hi, I have an error when I try to deploy my project : ``` dploy stage Connecting to stage... Checking revisions... Checking diffs between [6c40f361380f9d0983ac24b71de0fd0369c50074] > [060c2eeaa06cbc12d38d771c4ad6498532bff937] An error occurred...

This package seems really nice but I've noticed there has been a lack of recent updates. Are there plans to keep maintaining this? Thank you!

All are in title. My dploy.yaml : my_app: host: "ftp.domain.com" user: "user" pass: "password" path: local: "/volume1/web/my-app" remote: "/www/my-app" exclude: ["dploy.yaml"] ![dploy](https://user-images.githubusercontent.com/5849541/36750924-06b28328-1bff-11e8-9ebe-f3fbe085fd58.jpg) Any idea ? Thank you guys !

While everything works, I'm now receiving this error message: ```sh npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated...

Hello, I have **npm v 5.6.0**, **node v 6.11.0**. My dploy.yaml is similar to: ``` master: scheme: sftp host: 192.168.1.1 port: 22 user: user pass: password check: true path: remote:...

Hi! I'm currently trying to automatically deploy my website using a post-commit hook. Here is my script: ``` #!/bin/bash set -x terminal-notifier -message “Triggered” -title “post-commit” cd /Users/pierrestoffe/Documents/Design\ \&\ Dev/Perso/Portfolio/Summer\...

enhancement

Hello, I have a worry when I deployed on a dedicated (VPS) SFTP even with root user I have a worry .. how to do? Thank you `Error creating revision...

Is there a way to define shared settings that will be used by several environments ? If the paths in the `exclude` list are the same for all my environments,...