Skip to content

Commit

Permalink
fix: changed variables in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmin17 committed Nov 22, 2023
1 parent f8c8af9 commit fa61aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
docker rmi "${{ secrets.DOCKER_USERNAME }}/haengsha-backend:latest"
tmux kill-server || true
docker pull "${{ secrets.DOCKER_USERNAME }}/haengsha-backend:latest"
docker run -d --name $CONTAINER_NAME -p 8080:8000 --env-file haengsha-env/.env $DOCKER_USERNAME/haengsha-backend:latest
tmux new-session -d -s ml_session "docker exec $CONTAINER_NAME /bin/bash -c 'bash recommendation_pipeline.sh'"
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'"
EOF

0 comments on commit fa61aae

Please sign in to comment.