mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 04:27:59 +00:00
Update
This commit is contained in:
30
README.md
30
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user