File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,30 @@ Please remove:
5959
6060Please 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
6488Configuring Capistrano deployments requires editing of the following files:
You can’t perform that action at this time.
0 commit comments