fix: use explicit relative path for scp source
Some checks failed
site-dist-deploy / build-and-deploy (push) Failing after 2m9s
Some checks failed
site-dist-deploy / build-and-deploy (push) Failing after 2m9s
This commit is contained in:
parent
df759063f2
commit
1c0511d44e
@ -64,7 +64,7 @@ jobs:
|
||||
username: ${{ env.SSH_USER }}
|
||||
password: ${{ env.SSH_PASSWORD }}
|
||||
port: ${{ env.SSH_PORT }}
|
||||
source: "site_dist.tgz"
|
||||
source: "./site_dist.tgz"
|
||||
target: "/tmp/ci-upload"
|
||||
overwrite: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user