Skip to content

Commit

Permalink
Adjust formatting in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Feb 2, 2025
1 parent 543d555 commit 29f10e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ jobs:
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest
docker run -d --name swecc-redis-instance --network swag-network -p 6379:6379 --restart unless-stopped ${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest
docker run -d \
--name swecc-redis-instance \
--network swag-network \
-p 6379:6379 \
--restart unless-stopped \
${{ secrets.DOCKERHUB_USERNAME }}/swecc-redis:latest

0 comments on commit 29f10e4

Please sign in to comment.