Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo-dev authored Apr 24, 2024
1 parent 608b94b commit ec1af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/meetfolio-web:latest
sudo docker tag ${{ secrets.DOCKER_USERNAME }}/meetfolio-web:latest meetfolio-web:latest
sudo docker rm -f meetfolio-web
sudo docker run -d --name meetfolio-web --env-file ./.env -p 60005:3000 meetfolio-web:latest
sudo docker run -d --name meetfolio-web --env-file ./.env -p 60005:60005 meetfolio-web:latest
docker image prune -af

0 comments on commit ec1af66

Please sign in to comment.