Skip to content

Commit 9622f52

Browse files
RyanRyan
authored andcommitted
Updated readme file to include environment variables
1 parent 2d1e14a commit 9622f52

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,30 @@ Please remove:
5959

6060
Please delete: `./github` folder.
6161

62+
#### Do you need to use `environment variables`?
63+
64+
##### No
65+
66+
* In the `.buildkite`, please delete
67+
```
68+
...
69+
- seek-oss/aws-sm#v2.0.0:
70+
file:
71+
- path: services/app/.env
72+
secret-id: [NEED THIS CONFIGURED]
73+
...
74+
```
75+
* Rename `./buildkite/pipeline-base.yaml` > `.buildkite/pipeline.yaml`
76+
77+
##### Yes
78+
79+
* Please put a `halp` request in to get a `secrets manager` setup for the project.
80+
* Will need to provide what `.env` are needed to put into secrets manager.
81+
* In the `.buildkite/pipeline-base.yml` > will need to update: `[NEED THIS CONFIGURED]` tobe updated.
82+
* Please reference: https://github.com/forumone/NYU-CDHDB/blob/main/.buildkite/pipeline-base.yml#L49
83+
* That reference is referring to: https://github.com/forumone/NYU-CDHDB/blob/main/.buildkite/pipeline.yml#L7
84+
85+
6286
#### Configuring Capistrano
6387

6488
Configuring Capistrano deployments requires editing of the following files:

0 commit comments

Comments
 (0)