fix: use explicit relative path for scp source
site-dist-deploy / build-and-deploy (push) Failing after 2m9s
site-dist-deploy / build-and-deploy (push) Failing after 2m9s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user