Skip to content

2.8.14

2.8.14 #795

on:
push:
branches:
- master
name: 🚀 Deploy to test site
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/[email protected]
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.DEV_FTP_URL }}
username: ${{ secrets.DEV_FTP_USER }}
password: ${{ secrets.DEV_FTP_PASS }}
port: ${{ secrets.DEV_FTP_PORT }}
server-dir: 'public_html/getpaid/wp-content/plugins/invoicing/'
protocol: ftp