Skip to content

Commit

Permalink
Update SSH refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 24, 2024
1 parent 1b40c65 commit a27cf8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ docker/connect:

## vps/login: Log in to VPS
vps/login:
ssh shortlink_vps
ssh n8n-shortlink-infra
.PHONY: vps/login

## vps/caddy/logs: Tail Caddy logs
vps/caddy/logs:
ssh shortlink_vps 'journalctl -u caddy -f'
ssh n8n-shortlink-infra 'journalctl -u caddy -f'
.PHONY: vps/caddy/logs

## vps/logs/app: Tail app container logs
vps/app/logs:
ssh shortlink_vps 'docker logs -f n8n-shortlink'
ssh n8n-shortlink-infra 'docker logs -f n8n-shortlink'
.PHONY: vps/app/logs

0 comments on commit a27cf8e

Please sign in to comment.