Remove obsolete ddev files

This commit is contained in:
Björn Fromme
2022-03-19 19:44:35 +01:00
parent d9d7546dc5
commit 59f8290443
4 changed files with 0 additions and 26 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
## Description: Deploy project from within container
## Usage: deploy
php vendor/bin/dep deploy
-2
View File
@@ -1,2 +0,0 @@
[Xdebug]
xdebug.max_nesting_level = 512
-14
View File
@@ -1,14 +0,0 @@
environment_variables:
dburl: [email protected]:files/backup/typo3-prod.dump.sql.gz
auth_command:
command: |
set -eu -o pipefail
ssh-add -l >/dev/null || ( echo "Please 'ddev auth ssh' before running this command." && exit 1 )
db_pull_command:
command: |
# set -x # You can enable bash debugging output by uncommenting
set -eu -o pipefail
rsync -az "${dburl}" /var/www/html/.ddev/.downloads/db.sql.gz
service: web
-4
View File
@@ -1,4 +0,0 @@
ARG BASE_IMAGE
FROM $BASE_IMAGE
RUN npm i -g n && n 14
RUN npm i -g npm