Skip to content

Commit

Permalink
Updated ENV Path
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark committed Jun 1, 2024
1 parent 855bd9b commit 01546de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo docker stop $(sudo docker ps -q) 2> /dev/null || true

- name: docker run new container
run: sudo docker run --name mindwayv2container --env-file .env.list --rm -d -p 10000:8080 ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend
run: sudo docker run --name mindwayv2container --env-file /home/minjun/.env --rm -d -p 10000:8080 ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend

- name: delete old docker image
run: sudo docker system prune -f

0 comments on commit 01546de

Please sign in to comment.