diff --git a/.github/workflows/push_update.yml b/.github/workflows/push_update.yml index 75e74ef..873f5c4 100644 --- a/.github/workflows/push_update.yml +++ b/.github/workflows/push_update.yml @@ -18,5 +18,5 @@ jobs: script: | cd /home/webuser/websites/www2/www_ourworld_ictc name=$(basename "$PWD") - kill-session -t $name + tmux kill-session -t $name tmux new-session -d -s $name 'bash run.sh'