Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 authored Dec 18, 2024
1 parent 8f0f637 commit 47c3c3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
SSH_COMMAND="sshpass -p \"$SSH_PASSWORD\" ssh -o ProxyCommand=\"cloudflared access ssh --hostname $SSH_HOST\" -o StrictHostKeyChecking=no $SSH_USERNAME@$SSH_HOST"
# Execute the remote script directly
eval $SSH_COMMAND 'bash ~/Documents/cosmere-feed-bsky/restart_script.sh'
$SSH_COMMAND
#After ssh
~/Documents/cosmere-feed-bsky/restart_script.sh

0 comments on commit 47c3c3b

Please sign in to comment.