Skip to content

use most recent term when creating a new post #19

use most recent term when creating a new post

use most recent term when creating a new post #19

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy theme
uses: Burnett01/rsync-deployments@4.1
with:
switches: -avzr --delete
remote_path: /var/www/html/wp-content/plugins/ocaduillustration/
remote_host: ocaduillustration.com
remote_user: ${{ secrets.DEPLOY_USER }}
remote_key: ${{ secrets.DEPLOY_KEY }}