feat: Update to Gitea CI/CD
Some checks failed
Deploy to Staging / Build Images (push) Has been cancelled
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
Some checks failed
Deploy to Staging / Build Images (push) Has been cancelled
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
This commit is contained in:
@@ -81,7 +81,7 @@ docker compose version
|
||||
|
||||
```bash
|
||||
# Download act_runner binary
|
||||
curl -L https://gitea.com/gitea/act_runner/releases/download/v0.2.12/act_runner-0.2.12-linux-amd64 -o /tmp/act_runner
|
||||
curl -L https://gitea.com/gitea/act_runner/releases/download/v0.2.13/act_runner-0.2.13-linux-amd64 -o /tmp/act_runner
|
||||
sudo mv /tmp/act_runner /usr/local/bin/act_runner
|
||||
sudo chmod +x /usr/local/bin/act_runner
|
||||
|
||||
|
||||
@@ -172,8 +172,7 @@ Navigate to: `git.motovaultpro.com/egullickson/motovaultpro/settings/actions/sec
|
||||
|--------|-------------|
|
||||
| `REGISTRY_USER` | Gitea username (egullickson) |
|
||||
| `REGISTRY_PASSWORD` | Gitea access token |
|
||||
| `POSTGRES_PASSWORD` | Production PostgreSQL password |
|
||||
| `STAGING_POSTGRES_PASSWORD` | Staging PostgreSQL password |
|
||||
| `POSTGRES_PASSWORD` | PostgreSQL password |
|
||||
| `AUTH0_CLIENT_SECRET` | Auth0 secret |
|
||||
| `AUTH0_MANAGEMENT_CLIENT_ID` | Auth0 Management API ID |
|
||||
| `AUTH0_MANAGEMENT_CLIENT_SECRET` | Auth0 Management API secret |
|
||||
|
||||
Reference in New Issue
Block a user