Skip to content

Commit a3d0bee

Browse files
committed
Add deployment script
1 parent 4c1b970 commit a3d0bee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

update-deployment.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
git pull
3+
docker compose -f docker-compose.prod.yml pull
4+
docker compose -f docker-compose.prod.yml up -d

0 commit comments

Comments
 (0)