Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 624 Bytes

wordpress-flightplan

Deploying WordPress theme with flightplan

Installation

# install the cli tool
$ npm install -g flightplan

$ git clone [email protected]:IntroCept/wordpress-flightplan.git
$ cd wordpress-flightplan
$ npm install
# do you wordpress theme stuff make a amazing theme

Configuration

  • Open flightplan.js
  • Change the values for host,username
  • You can use password or private key to authenticate remove which you don't use and change the value as needed

Usage

# run a flightplan (`fly --help` for more information)
$ fly <environment>
# Deploying on staging
$ fly staging