- System - Windows
- CLI - PowerShell
- 7Zip - https://www.7-zip.org/
- Docker engine - https://docs.docker.com/engine/install/
- open powershell as admin
- input:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- open powershell in project root directory
- .\build.ps1
- Builded package:
output/deploy.tar.gz
- System - Windows
- CLI - PowerShell
- SSH & SCP available
- add ssh public key to
authorized_keys
on prod machine
- open powershell in project root directory
- .\deploy.ps1