Skip to content

Instantly share code, notes, and snippets.

@maheshbasnet089
Created November 10, 2023 06:03
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