@fws/cli
Version:
This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.
21 lines (15 loc) • 487 B
Plain Text
# 1. Change name to 'dev-deployment', 'stage-deployment' or 'prod-deployment'
name: dev-deployment
# 2. Adjust these variables if needed
env:
# WP Engine environment slug: https://i.imgur.com/jVccu8Z.png
wpengineEnvironment: <%= devSlug %>
# Theme directory name
themeDir: <%= themeName %>
# Node version. Use 10 or 12
nodeVersion: 12
on:
push:
# 3. Set the git branch for which to trigger this workflow
branches: [ develop ]
<%= jobs %>