Skip to content

Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 (#175) #168

Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 (#175)

Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 (#175) #168

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 }}