Skip to content

Commit

Permalink
fix: removed tmux detach command, as updated code runs it in an alrea…
Browse files Browse the repository at this point in the history
…dy detached state
  • Loading branch information
Songmin17 committed Nov 22, 2023
1 parent ea7bccb commit 65e656b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ jobs:
docker run -d --name haeng -p 8080:8000 --env-file haengsha-env/.env "${{ secrets.DOCKER_USERNAME }}/haengsha-backend:latest"
# run the tmux session in detached mode.
tmux new-session -d -s my_session "docker exec haeng /bin/bash -c 'bash recommendation_pipeline.sh'"
tmux detach-client
exit
EOF

0 comments on commit 65e656b

Please sign in to comment.