fix: updates to CI/CD Paths
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -155,12 +155,13 @@ sudo chown act_runner:act_runner /opt/motovaultpro
|
||||
sudo -u act_runner git clone https://git.motovaultpro.com/egullickson/motovaultpro.git /opt/motovaultpro
|
||||
```
|
||||
|
||||
### 2. Create Staging Secrets Directory
|
||||
### 2. Set Secrets Directory Permissions
|
||||
|
||||
The `secrets/app` directory exists in the repository. Set proper permissions:
|
||||
|
||||
```bash
|
||||
sudo mkdir -p /opt/motovaultpro/secrets/staging
|
||||
sudo chown -R act_runner:act_runner /opt/motovaultpro/secrets
|
||||
sudo chmod 700 /opt/motovaultpro/secrets/staging
|
||||
sudo chmod 700 /opt/motovaultpro/secrets/app
|
||||
```
|
||||
|
||||
### 3. Configure DNS
|
||||
@@ -325,7 +326,7 @@ curl -vI https://staging.motovaultpro.com
|
||||
| Path | Description |
|
||||
|------|-------------|
|
||||
| `/opt/motovaultpro` | Application root |
|
||||
| `/opt/motovaultpro/secrets/staging` | Staging secrets |
|
||||
| `/opt/motovaultpro/secrets/app` | Application secrets |
|
||||
| `/etc/act_runner/config.yaml` | Runner configuration |
|
||||
| `/home/act_runner/.docker/config.json` | Registry credentials |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user