This commit is contained in:
Paolo Arena
2022-03-27 23:05:10 +02:00
parent e926d1bd90
commit 1b090fd75b
2 changed files with 34 additions and 0 deletions

View File

@@ -77,12 +77,19 @@ npm run pwa
### Build the app for test Server
```bash
cp .env.example.production .env.test
nano .env.test
# and change SERVERPW_WEBSITE and PUBLICKEY_PUSH keys in this file
./deploy_on_test_server.sh
```
### Build the app for production
```bash
cp .env.example.production .env.production
nano .env.production
# and change SERVERPW_WEBSITE and PUBLICKEY_PUSH keys in this file
./deploy_on_production.sh
```