Skip to content

Commit

Permalink
add newport
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanHHaeng committed May 31, 2024
1 parent 1773fae commit b397afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Django Tests
on:
push:
branches:
- corstest
- newport

jobs:
test:
Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/pureplate-backend:latest
docker stop django_pure_plate || true
docker rm django_pure_plate || true
docker run -d --name django_pure_plate -p 443:8000 -e DJANGO_SETTINGS_MODULE=pure_plate.settings ${{ secrets.DOCKER_HUB_USERNAME }}/pureplate-backend:latest
docker run -d --name django_pure_plate -p 8000:8000 -e DJANGO_SETTINGS_MODULE=pure_plate.settings ${{ secrets.DOCKER_HUB_USERNAME }}/pureplate-backend:latest
EOF

0 comments on commit b397afe

Please sign in to comment.