Skip to content

Commit

Permalink
feat(deploy): Not sure this is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus authored Dec 11, 2024
1 parent 96b4ab6 commit 6ca4152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/ckan/templates/deploy/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ spec:
echo "Applying the production.ini overlay..."
ckan config-tool /srv/app/production.ini -f /config/production.ini
ckan -c /srv/app/production.ini db init
printenv > /tmp/enviroment
sudo bash -c "cat /tmp/enviroment > /etc/environment"
python3 /srv/prerun/prerun.py
ckan -c /srv/app/production.ini run --host 0.0.0.0
ports:
Expand Down

0 comments on commit 6ca4152

Please sign in to comment.