diff --git a/.github/workflows/bcb_demo_deploy.yml b/.github/workflows/bcb_demo_deploy.yml deleted file mode 100644 index 2d0cc19234..0000000000 --- a/.github/workflows/bcb_demo_deploy.yml +++ /dev/null @@ -1,29 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: Blank Canvas Blocks Demo Deploy - -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the trunk branch - push: - branches: [ make/blank-canvas-blocks ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.1 - with: - ftp-server: sftp://sftp.pressable.com:22/htdocs/wp-content/themes/ - ftp-username: ${{ secrets.BCB_DEMO_USERNAME }} - ftp-password: ${{ secrets.BCB_DEMO_PASSWORD }} - git-ftp-args: --insecure - local-dir: ./blank-canvas-blocks/ diff --git a/.github/workflows/sb_demo_deploy.yml b/.github/workflows/quadrat_deploy.yml similarity index 71% rename from .github/workflows/sb_demo_deploy.yml rename to .github/workflows/quadrat_deploy.yml index a3fad882f4..aed987f500 100644 --- a/.github/workflows/sb_demo_deploy.yml +++ b/.github/workflows/quadrat_deploy.yml @@ -1,10 +1,10 @@ -name: Seedlet Blocks BCB Demo Deploy +name: Quadrat Demo Deploy # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the trunk branch push: - branches: [ make/blank-canvas-blocks ] + branches: [ make/quadrat ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -20,15 +20,15 @@ jobs: uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: sftp://sftp.pressable.com:22/htdocs/wp-content/themes/ - ftp-username: ${{ secrets.SB_DEMO_USERNAME }} - ftp-password: ${{ secrets.SB_DEMO_PASSWORD }} + ftp-username: ${{ secrets.QUADRAT_DEMO_USERNAME }} + ftp-password: ${{ secrets.QUADRAT_DEMO_PASSWORD }} git-ftp-args: --insecure - local-dir: ./seedlet-blocks/ + local-dir: ./quadrat/ - name: Deploy-Parent uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: sftp://sftp.pressable.com:22/htdocs/wp-content/themes/ - ftp-username: ${{ secrets.SB_DEMO_USERNAME }} - ftp-password: ${{ secrets.SB_DEMO_PASSWORD }} + ftp-username: ${{ secrets.QUADRAT_DEMO_USERNAME }} + ftp-password: ${{ secrets.QUADRAT_DEMO_PASSWORD }} git-ftp-args: --insecure local-dir: ./blank-canvas-blocks/