Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Unerty committed Nov 9, 2021
2 parents 2099310 + ad6917d commit 1234b9c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const process = require("process");
import { App } from "@aws-cdk/core";
import { GitlabRunnerStack } from "./cdk-gitlab-runner-stack";

Expand All @@ -10,13 +9,7 @@ const prodEnv = {
const app = new App();

new GitlabRunnerStack(app, "GitlabRunnerStack", {
vpcIdToLookUp: "",
gitlabUrl: "", // URL of your GitLab instance
gitlabToken: "",
gitlabOffPeakTimezone: "",
gitlabOffPeakIdleCount: "",
gitlabOffPeakIdleTime: "",
gitlabRunnerSpotInstancePrice: "",
vpcIdToLookUp: "vpc-0c8e4fbcc7f6b524a",
env: prodEnv,
});

Expand Down

0 comments on commit 1234b9c

Please sign in to comment.