Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TECH - ajout de la tâche de déploiement automatisé de l'env de pentest #2851

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

bbohec
Copy link
Contributor

@bbohec bbohec commented Jan 21, 2025

No description provided.

@bbohec bbohec self-assigned this Jan 21, 2025
@bbohec bbohec enabled auto-merge (rebase) January 21, 2025 15:04
@bbohec bbohec disabled auto-merge January 21, 2025 15:05
Copy link

@@ -242,7 +243,7 @@ export class AppConfig {
public get envType() {
return this.#throwIfNotInArray({
variableName: "ENV_TYPE",
authorizedValues: ["dev", "staging", "production", "local"],
authorizedValues: [...environments],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
authorizedValues: [...environments],
authorizedValues: environments,

@@ -10,7 +14,7 @@ const getBoolean = makeGetBooleanVariable(windowEnv);
export const ENV = {
envType: throwIfNotInArray({
variableName: "VITE_ENV_TYPE",
authorizedValues: ["dev", "staging", "production", "local"],
authorizedValues: [...environments],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

    authorizedValues: environments,
    ```

@JeromeBu JeromeBu merged commit 2aeed62 into main Jan 23, 2025
12 checks passed
@JeromeBu JeromeBu deleted the tech/pentest branch January 23, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mise en place de l'environnement Bug Bounty
2 participants