This commit is contained in:
sHa
2019-06-07 16:55:59 +03:00
parent 54b70d27b9
commit 3013111e2b
16 changed files with 177 additions and 58 deletions

View File

@@ -27,7 +27,8 @@ yarn
# Scripts
## 📁 git
## 📁 git (2)
subfolder: `/git`
### storage_push
Upload all changes in storage folder into git repository
@@ -35,11 +36,13 @@ Upload all changes in storage folder into git repository
### submodule_pull
Update git submodules
## 📁 File system
## 📁 File system (1)
subfolder: `/fs`
### fix_permissions
## 📁 Docker
## 📁 Docker (3)
subfolder: `/docker`
### up
run docker-compose containers in demonise
@@ -51,3 +54,24 @@ stop docker-compose containers
## prune
Cleanup Docker
## 📁 app (6)
execute command in 'app' container
subfolder: `/app`
### php
### npm
### yarn
### git
### composer
### artisan
## 📁 db (3)
execute command in 'db' container
subfolder: `/db`
### mysql
### dump
### restore