test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit d30ef87ccd - Show all commits
+2 -2
View File
@@ -132,8 +132,8 @@ steps:
- ls -la dist/
- echo "Deploying to production"
- mkdir -p ~/.ssh
- echo "SSH key length: $(echo $SSH_PRIVATE_KEY | wc -c)"
- echo "First 50 chars of SSH key: $(echo $SSH_PRIVATE_KEY | cut -c1-50)"
- 'echo "SSH key length: $(echo $SSH_PRIVATE_KEY | wc -c)"'
- 'echo "First 50 chars of SSH key: $(echo $SSH_PRIVATE_KEY | cut -c1-50)"'
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo "SSH key file created, checking permissions:"