From aae8ee62d3486b49a8b3a0adfb1e9e6225099e6b Mon Sep 17 00:00:00 2001 From: SnakeA117 Date: Thu, 11 Jul 2024 11:03:45 -0500 Subject: [PATCH] Added dev --- .github/workflows/dev.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dev.yml diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml new file mode 100644 index 0000000..3c61130 --- /dev/null +++ b/.github/workflows/dev.yml @@ -0,0 +1,15 @@ +name: Deploy to WP Engine +on: + push: + branches: + - dev +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: dizzyskipsdev \ No newline at end of file