hoping to sidestep CD permissions issue w. python call in infra/deploy.sh.j2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -17,7 +17,7 @@ docker run -d --name gamearray \
|
||||
"$IMAGE"
|
||||
|
||||
echo "==> Running migrations..."
|
||||
docker exec gamearray ./manage.py migrate
|
||||
docker exec gamearray python ./manage.py migrate
|
||||
|
||||
echo "==> Copying static files..."
|
||||
sudo docker cp gamearray:/src/static/. /var/www/gamearray/static/
|
||||
|
||||
Reference in New Issue
Block a user