Skip to content

chore: update README.md #314

chore: update README.md

chore: update README.md #314

Workflow file for this run

name: Deploy Demo
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy WordPress Plugin via FTP
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Upload files via FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.1
with:
server: ftpupload.net
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./
server-dir: /customer-support-bot.nichesite.org/htdocs/wp-content/plugins/customer-support-bot/