Skip to content

Bump the patch-updates group with 5 updates (#163) #161

Bump the patch-updates group with 5 updates (#163)

Bump the patch-updates group with 5 updates (#163) #161

Workflow file for this run

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