-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deploy): update task defs for prod + staging (#1137)
* fix(deploy-staging): update workflow * fix(task-def): update * fix(dpeloy_staging): update * fix(apsppec): add codeploy stuff * fix(task-def): update * fix(task-definition): update volumes path * fix(package): update env var injection * fix(task-def): add missing env vars * empty * fix(ecs): chnage log group * fix(tsk-def): add missing vars * fix(scripts): update env var injetdion * fix(dockerfile): update dockerfile * docs(unliknedpageservice): add a comment to avoid confusing ppl * fix(task-def): update prod values * fix(dockerfile): update key injection * feat(task-def): add env vars * fix(env): update env type injection * feat(task-def): enable init process * fix(task-def): update env vars * refactor(workflows): update ci + staging * feat(env): add workflow + env vasr * build(env-vars): add secrets * fix(task-def): remove comments * fix(task-def): update log groups + env vasr * fix(config): update dd env var to allow vapt value * fix(config): add shortenv * fix(task-def): update log group * fix(task-def): amend log group for vapt * feat(vapt-task-def): add env vars * fix(task-def): update dd env * feat(task-def): add docker labels * fix(task-def): update env vars for task def * fix(dockerfile): set git profile * feat(vapt): add ssh key for vapt * fix(task-def): update task def for vapt site creation form * feat(email): add iac email router * fix(task-def): update task role * fix(server): middlewareorder * fix(minor-fixes): fix header + vapt workflow name * fix(email): fix for missing creatorid * fix(vapt): update task def * fix(task-def): update for staging n prod * fix(deployvapt): remove deploy from staging * fix(usersservice): add phone # if email ends with cure53.de * feat(vapt): add volt.cure53.de * refactor(iac): remove rourtes * fix(task-def): remove env from vapt * fix(vapt): delete vapt related stuff for ez merge * fix(pasckage): remove vapt related commands
- Loading branch information
Showing
7 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,10 @@ RUN npm ci | |
RUN rm -rf /var/cache/apk/* | ||
|
||
RUN git config --system --add safe.directory '*' | ||
RUN echo "[user]" > /root/.gitconfig | ||
RUN echo " name = Isomer Admin" >> /root/.gitconfig | ||
RUN echo " email = [email protected]" >> /root/.gitconfig | ||
|
||
|
||
EXPOSE "8081" | ||
CMD ["bash", "-c", "chmod +x ./scripts/02_fetch_ssh_keys.sh && bash ./scripts/02_fetch_ssh_keys.sh & npm run start:ecs"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,4 +174,4 @@ | |
"engines": { | ||
"node": ">=16.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters