Skip to content

chore(deps-dev): bump stylelint from 15.9.0 to 15.10.2 (#71) #51

chore(deps-dev): bump stylelint from 15.9.0 to 15.10.2 (#71)

chore(deps-dev): bump stylelint from 15.9.0 to 15.10.2 (#71) #51

Workflow file for this run

name: Deploy to WP Engine
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action Deploy to WP Engine
uses: wpengine/github-action-wpe-site-deploy@v3
with:
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: terraso
REMOTE_PATH: "wp-content/themes/terraso/"
PHP_LINT: TRUE
FLAGS: -azvr --inplace --delete --exclude=".*" --exclude=assets/css/src --exclude=Gruntfile.js --exclude=LICENSE --exclude=README.md --exclude="*.json" --exclude=phpcs.xml --exclude=composer.lock
CACHE_CLEAR: TRUE