Skip to content
Snippets Groups Projects
Commit f5d41421 authored by Max Melchert's avatar Max Melchert
Browse files

fix: follow log file output

parent b1aefb73
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ kill: # terminate the running script on the server ...@@ -62,7 +62,7 @@ kill: # terminate the running script on the server
log: # show the last lines of the log file log: # show the last lines of the log file
$(SSH) '\ $(SSH) '\
cd $(REMOTE_PROJECT_DIR) && less $(LOG_FILE)\ cd $(REMOTE_PROJECT_DIR) && tail -f $(LOG_FILE)\
' '
download: # download output files from server to client download: # download output files from server to client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment