Inline FTP Deployment not running
Hi,
I've added an FTP deployment in my appveyor.yml but it never seems to run at the end of the build. I've successfully deployed manually.
Am I missing something?
Here's my deploy section:
deploy:
# FTP deployment provider settings
- provider: FTP
protocol: ftp
host: ftp.ftp.ca
username: user
password:
secure: gGaSXq0YqMZ6RM2e7p8YMw==
folder: $(appveyor_build_version)
application:
active_mode: false
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 30 Jan, 2015 06:43 PM
Hi Adam,
What does build log say?
2 Posted by Adam on 30 Jan, 2015 06:46 PM
It has nothing to do with FTP deployment.
The build log is the same is the same if I remove the deploy section.
Support Staff 3 Posted by Feodor Fitsner on 30 Jan, 2015 07:07 PM
Is it a pull request build? Deployment is disabled for pull requests.
4 Posted by Adam on 30 Jan, 2015 08:01 PM
It is a pull request.
How come deploying from a pull request is disabled?
Support Staff 5 Posted by Feodor Fitsner on 30 Jan, 2015 08:05 PM
It's because someone could submit PR with malicious code and AppVeyor will deploy it to the selected environment.
However, I agree that for private projects with a trusted team this could be allowed. We can implement additional option to allow deployment on PRs.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.