File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,20 @@ jobs:
108
108
uses : garygrossgarten/github-action-scp@release
109
109
with :
110
110
local : " dist/php-${{ env.PHPVER }}-cli-win.zip"
111
- remote : . /
111
+ remote : /home/gh-deploy /
112
112
host : ${{ secrets.DEPLOY_SERVER_HOST }}
113
113
username : ${{ secrets.DEPLOY_SERVER_USER }}
114
- privateKey : ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
114
+ password : ${{ secrets.DEPLOY_SERVER_PASSWORD }}
115
115
116
- - name : " Deploy cli to Zhamao Server"
116
+ - name : " Deploy micro to Zhamao Server"
117
117
uses : garygrossgarten/github-action-scp@release
118
118
with :
119
119
local : " dist/php-${{ env.PHPVER }}-micro-win.zip"
120
- remote : /usr/share/nginx/dl.static-php.dev/static-php-cli/windows /
120
+ remote : /home/gh-deploy /
121
121
host : ${{ secrets.DEPLOY_SERVER_HOST }}
122
122
username : ${{ secrets.DEPLOY_SERVER_USER }}
123
- privateKey : ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
124
-
123
+ password : ${{ secrets.DEPLOY_SERVER_PASSWORD }}
124
+
125
125
- name : " Upload Artifact"
126
126
uses : actions/upload-artifact@v4
127
127
with :
You can’t perform that action at this time.
0 commit comments