Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 25, 2024
1 parent 78fa306 commit d4e157b
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3 # Clone the Repository
uses: actions/checkout@v4 # Clone the Repository

- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
sudo docker pull thinley44/dchat-web:latest
sudo docker stop dchat-web || true
sudo docker rm dchat-web || true
sudo docker run -d --name dchat-web -p 3005:3000 thinley44/dchat-web:latest
sudo docker run -d --name dchat-web -p 3000:3000 thinley44/dchat-web:latest

0 comments on commit d4e157b

Please sign in to comment.