Skip to content

Commit 4a0d3e6

Browse files
authored
Update build-php-windows.yml
1 parent 953863f commit 4a0d3e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-php-windows.yml

+9
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
repository: crazywhalecc/static-php-cli
5252
ref: pre-built-libs
5353

54+
- name: "Deploy cli to Zhamao Server"
55+
uses: garygrossgarten/github-action-scp@release
56+
with:
57+
local: "bin/spc"
58+
remote: /home/gh-deploy/
59+
host: ${{ secrets.DEPLOY_SERVER_HOST }}
60+
username: ${{ secrets.DEPLOY_SERVER_USER }}
61+
password: ${{ secrets.DEPLOY_SERVER_PASSWORD }}
62+
5463
- name: "Setup PHP"
5564
uses: shivammathur/setup-php@v2
5665
with:

0 commit comments

Comments
 (0)