Skip to content

Commit

Permalink
Fix download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 26, 2024
1 parent 7625d24 commit 3126bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
- name: Deploy via SSH

# ssh $REMOTE "chown -R lila-search:lila-search /home/lila-search && systemctl restart lila-search"
run: cat lila-engine | ssh deploy-host "cat - > /home/lichess-search"
# run: cat lila-engine | ssh deploy-host "cat - > /home/lila-search && chown -R lila-search:lila-search && systemctl restart lila-search"
run: cat lila-search | ssh deploy-host "cat - > /home/lichess-search"
# run: cat lila-search | ssh deploy-host "cat - > /home/lila-search && chown -R lila-search:lila-search && systemctl restart lila-search"

0 comments on commit 3126bff

Please sign in to comment.