Add Gitea action support via act_runner. #238

Merged
telackey merged 1 commits from telackey/act_runner into main 2023-03-25 17:35:07 +00:00
Member
❯ ./laconic-so --stack package-registry build-containers
...
❯ ./laconic-so --stack package-registry deploy up
[+] Running 4/4
 ⠿ Network laconic-b4589bc1ac500c2744804ffa96163e92_gitea       Created                                                                                                                        0.0s
 ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-db-1      Started                                                                                                                        1.0s
 ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-runner-1  Started                                                                                                                        1.0s
 ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-server-1  Started                                                                                                                        1.6s
New user 'gitea_admin' has been successfully created!
This is your gitea access token: 2b5e389922afd7005a717ed459cc3eae3ac30ec1. Keep it safe and secure, it can not be fetched again from gitea.
To use with laconic-so set this environment variable: export CERC_NPM_AUTH_TOKEN=2b5e389922afd7005a717ed459cc3eae3ac30ec1
Created the organization cerc-io
Gitea was configured to use host name: gitea.local, ensure that this resolves to localhost, e.g. with sudo vi /etc/hosts
Success, gitea is properly initialized
Screenshot 2023-03-24 at 10 31 26 PM
``` ❯ ./laconic-so --stack package-registry build-containers ... ❯ ./laconic-so --stack package-registry deploy up [+] Running 4/4 ⠿ Network laconic-b4589bc1ac500c2744804ffa96163e92_gitea Created 0.0s ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-db-1 Started 1.0s ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-runner-1 Started 1.0s ⠿ Container laconic-b4589bc1ac500c2744804ffa96163e92-server-1 Started 1.6s New user 'gitea_admin' has been successfully created! This is your gitea access token: 2b5e389922afd7005a717ed459cc3eae3ac30ec1. Keep it safe and secure, it can not be fetched again from gitea. To use with laconic-so set this environment variable: export CERC_NPM_AUTH_TOKEN=2b5e389922afd7005a717ed459cc3eae3ac30ec1 Created the organization cerc-io Gitea was configured to use host name: gitea.local, ensure that this resolves to localhost, e.g. with sudo vi /etc/hosts Success, gitea is properly initialized ``` <img width="1559" alt="Screenshot 2023-03-24 at 10 31 26 PM" src="https://user-images.githubusercontent.com/1649771/227689806-a19af3e7-c000-4c38-80fd-a213e0ebb20b.png">
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#238
No description provided.