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 9ea26fd commit d708955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 stage | ssh deploy-host "ls && cat - > /home/lichess-search"
run: ls stage && cat stage | ssh deploy-host "ls && cat - > /home/lichess-search"
# run: cat stage | ssh deploy-host "cat - > /home/lila-search && chown -R lila-search:lila-search && systemctl restart lila-search"

0 comments on commit d708955

Please sign in to comment.