Skip to content

Commit

Permalink
updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomneutens committed Nov 3, 2022
1 parent f399d62 commit 822a0e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ echo 'LEARNING_OBJECTS_GIT_REPOSITORY=https://github.com/dwengovzw/learning_cont
echo 'DOMAIN_URL=https://www.dwengo.org/backend' >> .env
echo "LEARNING_OBJECT_LOADING_SCHEDULE = '0 0 * * *'" >> .env # Each day at midnight
echo "LEARNING_OBJECT_REPOSITORY_LOCATION = '/home/ubuntu/dwengo-deploy/learning_object_backend/repos'" >> .env
echo "SIMULATOR_BASE_PATH=https://blockly.dwengo.org"
echo 'STATIC_BASE_PATH="/static"'
echo "SIMULATOR_BASE_PATH=https://blockly.dwengo.org" >> .env
echo 'STATIC_BASE_PATH="/static"' >> .env


# TODO update this for use with i-learn
Expand Down
4 changes: 2 additions & 2 deletions server_deploy_staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ echo 'LEARNING_OBJECTS_GIT_REPOSITORY=https://github.com/dwengovzw/learning_cont
echo 'DOMAIN_URL=https://staging.dwengo.org/backend' >> .env
echo "LEARNING_OBJECT_LOADING_SCHEDULE = '0 0 * * *'" >> .env # Each day at midnight
echo "LEARNING_OBJECT_REPOSITORY_LOCATION = '/home/ubuntu/dwengo-deploy/learning_object_backend/repos'" >> .env
echo "SIMULATOR_BASE_PATH=https://blockly.dwengo.org"
echo 'STATIC_BASE_PATH="/static"'
echo "SIMULATOR_BASE_PATH=https://blockly.dwengo.org" >> .env
echo 'STATIC_BASE_PATH="/static"' >> .env


# TODO update this for use with i-learn
Expand Down

0 comments on commit 822a0e7

Please sign in to comment.