Skip to content

Commit

Permalink
Update deploy-blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alibabaedge authored Jun 27, 2024
1 parent 3e62513 commit 4cb4fe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |
bundle exec jekyll build
- name: Debug variables
run: |
echo "SSH_HOST=${{ secrets.SSH_HOST }}"
echo "SSH_USERNAME=${{ secrets.SSH_USERNAME }}"
- name: Deploy to server
env:
SSHPASS: ${{ secrets.SSH_PASSWORD }}
Expand Down

0 comments on commit 4cb4fe0

Please sign in to comment.