chore: enable scp debug and enhanced file listing
Some checks failed
site-dist-deploy / build-and-deploy (push) Failing after 2m13s
Some checks failed
site-dist-deploy / build-and-deploy (push) Failing after 2m13s
This commit is contained in:
parent
1c53fc4fe4
commit
3a8f171f19
@ -60,10 +60,12 @@ jobs:
|
||||
- name: Check Artifacts
|
||||
run: |
|
||||
echo "Current directory: $(pwd)"
|
||||
ls -la
|
||||
echo "Listing all files in workspace:"
|
||||
find . -maxdepth 2 -not -path '*/.*'
|
||||
if [ -f "site_dist.tgz" ]; then
|
||||
echo "✅ File exists: site_dist.tgz"
|
||||
ls -lh site_dist.tgz
|
||||
echo "File path: $(readlink -f site_dist.tgz)"
|
||||
else
|
||||
echo "❌ File NOT found: site_dist.tgz"
|
||||
exit 1
|
||||
@ -79,6 +81,7 @@ jobs:
|
||||
source: "site_dist.tgz"
|
||||
target: "/tmp/ci-upload"
|
||||
overwrite: true
|
||||
debug: true
|
||||
|
||||
- name: Extract archive to deploy path
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user