Skip to content

Instantly share code, notes, and snippets.

@maheshbasnet089
Created November 10, 2023 06:03
Show Gist options
  • Save maheshbasnet089/7cc0d173f99a76ca2bbca80fcd0abdb2 to your computer and use it in GitHub Desktop.
Save maheshbasnet089/7cc0d173f99a76ca2bbca80fcd0abdb2 to your computer and use it in GitHub Desktop.
SamkirLand Ftp Node
on:
push:
branches:
- main
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:
server: ftpServerOrIpHere
username: ftpUserNameHere
password: ftpPasswordHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment