vault backup: 2024-05-24 16:09:05

This commit is contained in:
2024-05-24 16:09:05 +02:00
parent fefa92d3cb
commit 5517a1923c

View File

@@ -28,6 +28,6 @@ if (Target.bBuildEditor)
rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm && yum install -y git
```
- `git clone https://git.game-dev.space/minimata/game-dev-space.git`
- move bash, compose and .env files to the `application` folder
- move service file to /etc/systemd/system directory
- authenticate docker to ghcr.io `echo <GITHYUB_TOKEN>| docker login ghcr.io -u Minimata --password-stdin`
- move bash, compose and .env files to the `application` folder `cp game-dev-space/game-dev-space-startup.sh application/`
- move service file to /etc/systemd/system directory `cp game-dev-space/game-dev-space.service /etc/systemd/system/`
- authenticate docker to ghcr.io `echo <GITHUB_TOKEN> | docker login ghcr.io -u Minimata --password-stdin`