Skip to content

Commit

Permalink
Merge pull request #3 from fluent-ci-templates/chore/use-fluentci-sdk
Browse files Browse the repository at this point in the history
use a custom dagger client version from fluentci
  • Loading branch information
tsirysndr authored Sep 12, 2023
2 parents 8205c70 + f686e9c commit 7ebaeac
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dagger run fluentci spin_pipeline
You can also use this pipeline programmatically:

```typescript
import { Client, connect } from "https://esm.sh/@dagger.io/[email protected]";
import Client, { connect } from "https://sdk.fluentci.io/v0.1.4/mod.ts";
import { Dagger } from "https://pkg.fluentci.io/spin_pipeline/mod.ts";

const { build, deploy } = Dagger;
Expand Down
Loading

0 comments on commit 7ebaeac

Please sign in to comment.