Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvillavicencio authored May 6, 2024
1 parent 53a3ef2 commit 4dc360d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ jobs:
# Change to working directory
cd riven_of_a_thousand_servers/
# Stop current Docker Compose
docker compose down
# Login to Docker
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -139,6 +136,9 @@ jobs:
echo "REDIS_HOST=${{ secrets.REDIS_HOST }}" >> .env
chmod 600 .env
# Stop current Docker Compose
docker compose down
# Start Docker Compose
docker compose up

0 comments on commit 4dc360d

Please sign in to comment.