Skip to content

Commit faa6207

Browse files
committed
chore: deploy script
1 parent 08a038e commit faa6207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
4+
set -e
5+
6+
cd ~/projects/ankush_dev
7+
git pull
8+
docker compose up -d --no-deps --build backend
9+
docker image prune -f

0 commit comments

Comments
 (0)