Skip to content

Commit

Permalink
remove older deploy actions and adding quadrat deploy action (#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking authored and scruffian committed Apr 28, 2021
1 parent 253d54f commit d5e6fd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/bcb_demo_deploy.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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/

0 comments on commit d5e6fd1

Please sign in to comment.