Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 608 Bytes

The content has been moved to https://github.com/doxa-tech/bullenetwork-constellation


Waykup website: https://waykup.ch

waykup.ch deploy

Deploy

Updating the production branch will trigger a deploy action that updates the production server. The production branch must only be used for that purpose. A standard deploy involves merging the master branch into the production branch:

# get the latest update from master locally
git pull
# merge master into production
git push origin master:production