소스 검색

updste script

master
Daniel 1 년 전
부모
커밋
2c35f7c000
1개의 변경된 파일5개의 추가작업 그리고 17개의 파일을 삭제
  1. +5
    -17
      1deployMatsenApi.sh

+ 5
- 17
1deployMatsenApi.sh 파일 보기

@@ -13,23 +13,11 @@ copy_files() {
echo "$(tput setab 2)matsen api has been PULLED$(tput sgr 0)"

# Arrays für Dateien und Verzeichnisse, die kopiert werden sollen
CONFIG_FILES=(
"bundles.php"
"preload.php"
"routes.yaml"
"services.yaml"
)

CONFIG_DIRS=(
"packages"
"routes"
)

ROOT_DIRS=(
"bin"
"migrations"
"src"
)
CONFIG_FILES=("bundles.php" "preload.php" "routes.yaml" "services.yaml")

CONFIG_DIRS=("packages" "routes")

ROOT_DIRS=("bin" "migrations" "src")

# Composer-Dateien kopieren
rm -rf ${TARGET_PATH}/composer.lock


불러오는 중...
취소
저장