Skip to content

Commit 256fb0d

Browse files
author
arifuddincoder
committed
fix: add restart nginx command on deploy yml file
1 parent 9bb472e commit 256fb0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
script: |
2020
cd /opt/cinetube
2121
docker compose up --build -d
22+
docker compose restart nginx
2223
docker image prune -f

0 commit comments

Comments
 (0)