hosting/gitea
Thomas E Lackey e94f634439
Update for latest act_runner. (#29)
* Update for latest act_runner.

* Update README
2023-04-11 15:04:59 -05:00
..
config Update for latest act_runner. (#29) 2023-04-11 15:04:59 -05:00
docker-compose.yml Update for latest act_runner. (#29) 2023-04-11 15:04:59 -05:00
Dockerfile.task-executor Update for latest act_runner. (#29) 2023-04-11 15:04:59 -05:00
initialize-gitea.sh Redirect output 2023-03-24 22:28:50 -05:00
README.md Update for latest act_runner. (#29) 2023-04-11 15:04:59 -05:00
run-this-first.sh Fix directory name 2023-04-08 16:55:23 -06:00

Deployment Notes

Gitea

Build gitea/act_runner Docker Container

  1. To build the act_runner container from Gitea, in another directory run:
git clone https://gitea.com/gitea/act_runner
cd act_runner
docker build -t cerc/act-runner:local .

Deploy Gitea Stack

  1. cd ./gitea
  2. Build the task executor container: docker build -t cerc/act-runner-task-executor:local -f Dockerfile.task-executor .
  3. Run the script ./run-this-first.sh
  4. Bring up the gitea cluster docker compose up -d
  5. Run the script ./initialize-gitea.sh
  6. Note the access token printed, it will be needed to publish packages.