File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ assignees:
8
8
body :
9
9
- type : markdown
10
10
attributes :
11
- value : >
12
- Follow the checklist below to add a new Docker container.
13
- - type : checklist
14
- attributes :
15
- label : Steps
16
- options :
17
- - label : Add the Docker Compose file and any necessary `.env` variables to the `.env` file.
18
- - label : If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file.
19
- description : >
20
- Update the mapping at:
21
- [AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30).
22
- - label : Add the server IP to Bitwarden secrets and give the Actions user access to the secret.
23
- description : >
24
- Navigate to [Bitwarden Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) and add the server IP.
25
- - label : Map the server IP in the AnsibleCD workflow file.
26
- description : >
27
- Update the IP at:
11
+ value : |
12
+ Follow the steps below to add a new Docker container. Copy the checklist and mark items as completed:
13
+ ```
14
+ - [ ] Add the Docker Compose file and necessary `.env` variables to the `.env` file.
15
+ - [ ] If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file:
16
+ - Update at: [AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30)
17
+ - [ ] Add the server IP to Bitwarden secrets and give Actions user access:
18
+ - Navigate to [Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2)
19
+ - [ ] Map the server IP in AnsibleCD workflow file:
20
+ - Update at:
28
21
- [Line 96](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L96)
29
22
- [Line 116](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L116)
23
+ ```
24
+ - type : textarea
25
+ attributes :
26
+ label : Progress Checklist
27
+ description : Copy the checklist above and paste it here to track your progress.
28
+ placeholder : |
29
+ Paste the checklist here and mark items as completed.
You can’t perform that action at this time.
0 commit comments