FTP-Deploy-Action | GitHub project to a FTP server using GitHub actions | Continous Integration library
kandi X-RAY | FTP-Deploy-Action Summary
kandi X-RAY | FTP-Deploy-Action Summary
Automate deploying websites and more with this GitHub action. It's free!.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FTP-Deploy-Action
FTP-Deploy-Action Key Features
FTP-Deploy-Action Examples and Code Snippets
Community Discussions
Trending Discussions on FTP-Deploy-Action
QUESTION
i'm using SamKirkland/FTP-Deploy-Action to deploy my files to my server,
but the key 'exclude' doesn't actually exclude Workspace and my resources folders, it works fine for .git and .github folders.(i guess the problem is with exclude key's value syntax but i couldn't find the right one for my folder.)
also i don't want to use .gitignore bc i want my resources folder in my repository.
ANSWER
Answered 2021-May-16 at 14:54the problem was with github website.
github's action's status turned incident!
i should've checked out github status page.
QUESTION
I am using Github as my source control, and using Github Actions as my CI/CD solution. I have a dedicated Windows Server somewhere, which accepts the published version of my repo.
I have a Github Action, which does Built, Test, Publish and Deploy (using FTP). I am not convinced with the "Deploy" idea. for example lets say my website has a huge codebase, and then FTPing everytime when we make a commit (Push) is NOT really a productive idea (i am publishing the published directory...not the Source Code to my server). Sometimes FTPing simply does not work, due to IIS Locking the files. what is the most reliable way to publish/deploy files to a remote server using Github Actions (or any other provider).
below is my sample Yaml file...
...ANSWER
Answered 2020-Jul-01 at 00:31Since you have a dedicated server for your application, I would recommend using a Github self-hosted runner.
You install the runner service on your server and then the Github CI/CD build process runs on your dedicated server.
The build script can build your app then stop the IIS site locally which prevents locked files.
After that it can copy (or robocopy) the new build into the app folder.
Gitlab also has self-hosted runners.
QUESTION
I have a custom Jekyll site which is working fine on local.
I would like to deploy my builded site to my hosting environment. Via FTP with github actions is working fine with this: https://github.com/SamKirkland/FTP-Deploy-Action
This is the FTP workflow:
...ANSWER
Answered 2020-Oct-17 at 14:33This is what I currently use, which I found from The World According to Mike Blog.
This uses ncftp which allows you to upload files via ftp easily.
QUESTION
I want to use Github actions to transfer files to a remote server via SFTP (only option for this server) when I push up to Github.
I am using this Action https://github.com/marketplace/actions/ftp-deploy
I have created a file in my repo in .github/workflows/main.yml
and I have added:
ANSWER
Answered 2020-Sep-02 at 23:56I was able to get it working on my own repo. I think the issue may be possibly on how your secrets were setup. That error usually shows when required parameters of a github action were not provided so curious if the keys are different or whether they were saved as empty. I would delete FTP_SERVER
secret and create it again to be sure.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FTP-Deploy-Action
Select the Actions tab
Select Blank workflow file or Set up a workflow yourself, if you don't see these options manually create a yaml file Your_Project/.github/workflows/main.yml
Paste the example above into your yaml file and save
Now you need to add a key to the secrets section in your project. To add a secret go to the Settings tab in your project then select Secrets. Add a new Secret for password
Update your yaml file settings
If you appreciate this github action give it a :star: or show off with one of the badges below.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page