Skip to content

Instantly share code, notes, and snippets.

View okadots's full-sized avatar

Oka Tai-Lee okadots

View GitHub Profile
# This is a workflow to compile and deploy to WPEngine Production
name: PROD Deploy to WPEngine
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the release-1 branch
push:
branches: [ main ]
@okadots
okadots / gist:7804d0ee79165ff53066770ea0170e97
Created June 5, 2024 18:07
This is a workflow to compile and deploy to WPEngine Production using BitBucket
image: node:{{VERSION OF NODE NEEDED FOR PROJECT}}
pipelines:
branches:
staging:
- step:
name: Staging Deploy to WPEngine
deployment: staging
script:
- echo "Installing packages"