Skip to content

Commit

Permalink
Add simple deploy bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
VMois committed Apr 10, 2024
1 parent 9b41e32 commit 5d9d8fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy.sh
@@ -0,0 +1,5 @@
#!/bin/bash

git pull origin main
docker compose build
docker compose down && docker compose up -d

0 comments on commit 5d9d8fb

Please sign in to comment.