|
@@ -1,6 +1,6 @@
|
|
# This is a basic workflow to help you get started with Actions
|
|
# This is a basic workflow to help you get started with Actions
|
|
|
|
|
|
-name: CI
|
|
|
|
|
|
+name: Blank Canvas Blocks Demo Deploy
|
|
|
|
|
|
# Controls when the action will run.
|
|
# Controls when the action will run.
|
|
on:
|
|
on:
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: FTP-Deploy-Action
|
|
- name: FTP-Deploy-Action
|
|
- uses: SamKirkland/FTP-Deploy-Action@3.1.1
|
|
|
|
|
|
+ uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
|
with:
|
|
with:
|
|
ftp-server: sftp.pressable.com
|
|
ftp-server: sftp.pressable.com
|
|
ftp-username: ${{ secrets.BCB_DEMO_USERNAME }}
|
|
ftp-username: ${{ secrets.BCB_DEMO_USERNAME }}
|