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