Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmin17 committed Nov 22, 2023
1 parent fa61aae commit e847461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- dev
- feat/tmux_fix


jobs:
Expand Down Expand Up @@ -38,5 +37,5 @@ jobs:
tmux kill-server || true
docker pull "${{ secrets.DOCKER_USERNAME }}/haengsha-backend:latest"
docker run -d --name haeng -p 8080:8000 --env-file haengsha-env/.env "${{ secrets.DOCKER_USERNAME }}/haengsha-backend:latest"
tmux new-session -d -s ml_session "docker exec haengsha /bin/bash -c 'bash recommendation_pipeline.sh'"
tmux new-session -d -s ml_session "docker exec haeng /bin/bash -c 'bash recommendation_pipeline.sh'"
EOF

0 comments on commit e847461

Please sign in to comment.