Skip to content

Commit

Permalink
Merge pull request #74 from syfxlin/develop
Browse files Browse the repository at this point in the history
chore(depker): upgrade depker
  • Loading branch information
syfxlin authored Jan 6, 2024
2 parents 370cc3b + d40d786 commit aee3d2c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions depker.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@ import { depker, docker, nextjs } from "https://raw.githubusercontent.com/syfxli

const app = depker();

app.master(
docker({
type: "https",
host: app.env("REMOTE_HOST"),
ca: app.env("REMOTE_CA"),
cert: app.env("REMOTE_CERT"),
key: app.env("REMOTE_KEY"),
}),
);
app.runner(
docker({
type: "local",
}),
);
app.master(docker({ type: "https" }));
app.runner(docker({ type: "local" }));

app.service(
nextjs({
Expand Down

0 comments on commit aee3d2c

Please sign in to comment.