Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 6b43d3d

Browse files
Change directory path in SFTP batch commands
1 parent 79e805e commit 6b43d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
# Generate list of files to upload
2323
cat > sftp_commands.txt << 'EOF'
24-
cd /var/www/html
24+
cd html
2525
EOF
2626
2727
# Add commands to upload each file

0 commit comments

Comments
 (0)