Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 29, 2024
1 parent d708955 commit cc8acba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST_KEY: ${{ secrets.SSH_HOST_KEY }}
- name: Debug
run: |
ls stage
echo "hello"
- name: Deploy via SSH

# ssh $REMOTE "chown -R lila-search:lila-search /home/lila-search && systemctl restart lila-search"
Expand Down

0 comments on commit cc8acba

Please sign in to comment.