From 1eac71a1be6882b14a52d2ce22a10f5a2b7c3f12 Mon Sep 17 00:00:00 2001 From: Kevin Koech Date: Thu, 26 Oct 2023 09:21:40 +0300 Subject: [PATCH] Deploy to dev via workflow actions --- .github/workflows/deploy-to-dev.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/deploy-to-dev.yml diff --git a/.github/workflows/deploy-to-dev.yml b/.github/workflows/deploy-to-dev.yml new file mode 100644 index 00000000..ab6cd4bc --- /dev/null +++ b/.github/workflows/deploy-to-dev.yml @@ -0,0 +1,15 @@ +name: Deploy to WP Engine +on: + push: + branches: + - feature/setup-development-environment +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: academyafridev