Skip to content

Commit

Permalink
SH-13 -(DDV)-Launch copy of images for drupal backend #13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjguru committed Jul 15, 2022
1 parent 92a566f commit 1f048c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ hooks:
- exec-host: "([ ! -f ./.ddev/docker-compose.mkdocs.yaml ] && mv ./mkdocs/docker-compose.mkdocs.yaml ./.ddev/) || (echo 'A MkDocs service file has been located in your system.')"
- exec-host: "([ -d ./mkdocs/docs ] && cd ./mkdocs/docs && git pull origin) || (git clone https://github.com/davidjguru/summerhouse.wiki.git ./mkdocs/docs)"
- exec-host: "cp -r ./images/assets/* ./frontend_react/src/assets/"
- exec-host: "cp -r ./images/assets/* ./backend_drupal/sites/default/files/"
- exec-host: "sed -i '12s/restart: \"no\"/restart: \"always\"/' ./.ddev/docker-compose.portainer.yaml"
post-start:
- exec: sudo echo alias ll=\"ls -lhA\" >> ~/.bashrc
Expand Down

0 comments on commit 1f048c2

Please sign in to comment.