File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : Put everything to HK-staging
132132 if : ${{ !env.ACT && github.repository_owner == 'merico-dev' && github.event.client_payload.env == 'staging' }}
133133 run : |
134- rsync -avz --delete -e 'ssh -o StrictHostKeyChecking=no' ./.* "root@${{ secrets.HK_HOST }}:/root/website-docs/"
134+ rsync -avz --delete -e 'ssh -o StrictHostKeyChecking=no' ./ "root@${{ secrets.HK_HOST }}:/root/website-docs/"
135135
136136 - name : Mod scripts on HK-staging
137137 if : ${{ !env.ACT && github.repository_owner == 'merico-dev' && github.event.client_payload.env == 'staging' }}
@@ -159,7 +159,7 @@ jobs:
159159 - name : Put everything to HK-prod
160160 if : ${{ !env.ACT && github.repository_owner == 'merico-dev' && github.event.client_payload.env == 'prod' }}
161161 run : |
162- rsync -avz --delete -e 'ssh -o StrictHostKeyChecking=no' ./.* "root@${{ secrets.HK_HOST }}:/root/website-docs-prod/"
162+ rsync -avz --delete -e 'ssh -o StrictHostKeyChecking=no' ./ "root@${{ secrets.HK_HOST }}:/root/website-docs-prod/"
163163
164164 - name : Mod scripts on HK-prod
165165 if : ${{ !env.ACT && github.repository_owner == 'merico-dev' && github.event.client_payload.env == 'prod' }}
You can’t perform that action at this time.
0 commit comments