-
Notifications
You must be signed in to change notification settings - Fork 13
Devops: self hosted GitHub Action
Helmut Wolman edited this page Aug 24, 2024
·
1 revision
- create a user
adduser <user>
- add user to sudo group
adduser <user> sudo
- login to the user
sudo su - <user>
- install nvm
- close and reopen your terminal to start using nvm
- install latest long-term support node
nvm install --lts
- use the latest long-term support node
nvm use --lts
- install pm2 globally
npm install pm2 -g
- add self-hosted runner on the server source
- run the runner as a service on the server source
the YAML file is placed here
project works on local machine but not the GitHub actions #84
Visit Kartevonmorgen.org or find further How-Tos of to use the map.