https://github.com/januszmarcinik/ftp-deploy
GitHub action - FTP Deploy - deploy your build to any FTP server
https://github.com/januszmarcinik/ftp-deploy
deploy ftp ftp-deploy ftp-deployment github github-actions yml
Last synced: 6 months ago
JSON representation
GitHub action - FTP Deploy - deploy your build to any FTP server
- Host: GitHub
- URL: https://github.com/januszmarcinik/ftp-deploy
- Owner: januszmarcinik
- License: mit
- Created: 2020-04-23T13:43:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:26:23.000Z (over 3 years ago)
- Last Synced: 2025-08-14T23:49:36.319Z (6 months ago)
- Topics: deploy, ftp, ftp-deploy, ftp-deployment, github, github-actions, yml
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub action - FTP Deploy
Deploy your build to any FTP server.
## Example
``` yml
- name: 'Deploy to UAT'
uses: januszmarcinik/ftp-deploy@v1
with:
server: 127.0.0.1
user: my-ftp-user
password: ${{ secrets.FTP_PASSWORD }}
localRoot: web/dist
```