diff --git a/.gitignore b/.gitignore index 1269488..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -data + diff --git a/README.md b/README.md index ae9ffb4..4d4e707 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# TEST_GITEA_ACT_RUNNER +## Abstract + +Create a [gitea act runner](https://docs.gitea.com/usage/actions/act-runner) via docker on [DigitalOcean](https://www.digitalocean.com/) and register it to this repo. Then do some CICD stuff📦 + +## Dirs +* **data** + * gitea runner mount space +* **gitea/workflows** + * put CI/CD workflow ymal files here to deploy diff --git a/data/act_runner/.runner b/data/act_runner/.runner new file mode 100644 index 0000000..3e14651 --- /dev/null +++ b/data/act_runner/.runner @@ -0,0 +1,13 @@ +{ + "WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.", + "id": 2, + "uuid": "63788d1f-d8d3-4685-94d1-398a4f8d292c", + "name": "85122098c621", + "token": "1a9559508f50e1206f334873d6928153c7e354d2", + "address": "https://gitea.guineapig.love", + "labels": [ + "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest", + "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04", + "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" + ] +}