Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 539 Bytes

File metadata and controls

31 lines (18 loc) · 539 Bytes

Deployment

1. Deployment on Dev-Instance

Project URL: TBD

Description

All updates are currently done manually.

Step by step guide

On your local machine:

  • git pull
  • npm run deploy
  • git add . && git commit -m"new Release" && git push

Please log in to the server and follow these steps:

  • cd /var/data/websites/corona-fe
  • git pull
  • npm run deploy

2. Deployment on Prod-Instance

Project URL: TBD

Description

No prod instance yet.