studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
528 stars 284 forks source link

ci: Working CircleCI Config #350

Closed BMO-tech closed 4 years ago

BMO-tech commented 4 years ago

This PR fixes the bug with the deploy_studiopress job. I had the required env vars being defined in a separate step. Because of this their values weren't being passed down the the actual scp work. I didn't want to persist the vars to $BASH_ENV like other environment variables as they are specific in scope to the SP deploy itself.

Tested fully in a separate branch