Skip to content

Bump @babel/core from 7.23.7 to 7.23.9 (#123) #124

Bump @babel/core from 7.23.7 to 7.23.9 (#123)

Bump @babel/core from 7.23.7 to 7.23.9 (#123) #124

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