copied the code from the working repo
This commit is contained in:
5
mtucijobsbot/deploy.sh
Normal file
5
mtucijobsbot/deploy.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
git pull
|
||||
docker-compose -f docker-compose.yml up -d --build
|
||||
docker exec -t bot-mtuci-jobs ash -c "NODE_ENV=production npx sequelize-cli db:migrate"
|
||||
docker-compose -f docker-compose.yml logs --tail=10 -f
|
||||
Reference in New Issue
Block a user