скрипты синка
This commit is contained in:
parent
9257318f3b
commit
fbec64fceb
2 changed files with 8 additions and 0 deletions
4
sync-backend.ps1
Normal file
4
sync-backend.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$DestDir = 'C:\work\ervu-business-metrics-backend'
|
||||
$SourceDir = (Get-Location)
|
||||
|
||||
robocopy $SourceDir $DestDir /S /mir /XF .npmrc sync-frontend.ps1 sync-backend.ps1 .gitignore .studioignore Dockerfile.pgs2 .gitlab-ci.yml config.md project.md system-requirements.md /XD $SourceDir\config .git target .studio $SourceDir\frontend\build $SourceDir\frontend\build_dev $SourceDir\frontend\dist
|
||||
4
sync-frontend.ps1
Normal file
4
sync-frontend.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$DestDir = 'C:\work\ervu-business-metrics-frontend'
|
||||
$SourceDir = (Get-Location)
|
||||
|
||||
robocopy $SourceDir $DestDir /S /mir /XF .npmrc sync-frontend.ps1 sync-backend.ps1 .gitignore .studioignore Dockerfile.pgs2 .gitlab-ci.yml config.md project.md system-requirements.md /XD $SourceDir\config .git target .studio $SourceDir\frontend\build $SourceDir\frontend\build_dev $SourceDir\frontend\dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue