Initial commit of content.
This commit is contained in:
8
deployment/migrate
Normal file
8
deployment/migrate
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run any necessary database migration tasks that should happen while the
|
||||
# site is paused here.
|
||||
|
||||
node app apostrophe-migrations:migrate
|
||||
|
||||
echo "Site migrated"
|
||||
Reference in New Issue
Block a user