Skip to content

Commit cb00ad8

Browse files
ci: fix heredoc systax
1 parent 43e8fc6 commit cb00ad8

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
@@ -77,7 +77,7 @@ jobs:
7777
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy_key
7878
chmod 600 ~/.ssh/deploy_key
7979
80-
ssh -p $SSH_PORT -i ~/.ssh/deploy_key deploy@$VPS_HOST << 'EOF'
80+
ssh -p $SSH_PORT -i ~/.ssh/deploy_key deploy@$VPS_HOST << EOF
8181
set -e
8282
8383
# Navigate to repo directory

0 commit comments

Comments
 (0)