Skip to content

Commit

Permalink
Merge pull request #672 from TIP-Global-Health/issue-p-3037
Browse files Browse the repository at this point in the history
Restore APP update functionality
  • Loading branch information
anvmn authored Mar 14, 2023
2 parents 07d46d4 + 6f25c5e commit f608c04
Show file tree
Hide file tree
Showing 6 changed files with 2,768 additions and 195 deletions.
9 changes: 6 additions & 3 deletions .ddev/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
/db_snapshots
/import-db
/import.yaml
/mutagen
/mutagen/mutagen.yml
/mutagen/.start-synced
/nginx_full/nginx-site.conf
/postgres/postgresql.conf
/providers/platform.yaml
/sequelpro.spf
/traefik
/xhprof
/traefik/config/public-ihangane.yaml
/traefik/certs/public-ihangane.crt
/traefik/certs/public-ihangane.key
/xhprof/xhprof_prepend.php
/**/README.*
1 change: 0 additions & 1 deletion .ddev/commands/web/gulp
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ then

fi

export PATH=~/.nvm/versions/node/v9.0.0/bin:$PATH;
cd ../../client && gulp $@
4 changes: 2 additions & 2 deletions .ddev/config.local.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ hooks:
- exec: drush fra -y
- exec: drush uli
post-start:
- exec-host: ddev nvm install 9.0
- exec-host: ddev nvm use 9.0
- exec-host: ddev nvm install 10.3.0
- exec-host: ddev nvm alias default 10.3.0
- exec-host: ddev client-install
- exec: "cd .. && chmod +x ./scripts/build && ./scripts/build"
# If DDEV creates server/www/, it is owned by root for some reasons,
Expand Down
Loading

0 comments on commit f608c04

Please sign in to comment.