Skip to content

Commit

Permalink
Merge pull request #2 from tyler36/20230614_allow_ddev_to_remove_config
Browse files Browse the repository at this point in the history
Allow ddev to remove `config.ddev-spidergram.yaml`
  • Loading branch information
rpkoller authored Jun 14, 2023
2 parents 71933fc + 54c9c04 commit bbab22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.ddev-spidergram.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ddev-generated
nodejs_version: "18"
hooks:
post-start:
- exec: perl -pi -e "s/(url?:\ https?:\/\/).*\d{4}/\1$DDEV_PROJECT.$DDEV_TLD:8529/g" ./spidergram.config.yaml
- exec: perl -pi -e "s/(url?:\ https?:\/\/).*\d{4}/\1$DDEV_PROJECT.$DDEV_TLD:8529/g" ./spidergram.config.yaml

0 comments on commit bbab22b

Please sign in to comment.