Skip to content

updated -single post sections order based on changes made on the live… #379

updated -single post sections order based on changes made on the live…

updated -single post sections order based on changes made on the live… #379

Workflow file for this run

name: Deploy Files via FTP (Staging)
on:
push:
branches:
- stage
paths:
- '**' # Trigger for any change in any file
workflow_dispatch:
inputs:
sync:
description: "File synchronization"
required: true
default: "delta"
jobs:
ftp-deploy:
name: "Deploy via FTP"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "FTP Deploy"
uses: SamKirkland/[email protected]
with:
server: "198.175.25.37"
username: "studentloanplannercombigscoots-stagingcom"
password: ${{ secrets.FTP_PASSWORD_STG }}
local-dir: "./" # Set to the local directory you want to deploy
server-dir: "/public/wp-content/themes/student-loan-planner-theme/" # Update with your server path