Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent e35b5b7 commit db73447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ deploy(
You can also use this pipeline programmatically:

```typescript
import { deploy } from "https://pkg.fluentci.io/fly_pipeline@v0.6.0/mod.ts";
import { deploy } from "https://pkg.fluentci.io/fly_pipeline@v0.7.0/mod.ts";

await deploy(".", Deno.env.get("FLY_API_TOKEN")!);
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { deploy } from "https://pkg.fluentci.io/fly_pipeline@v0.6.0/mod.ts";
import { deploy } from "https://pkg.fluentci.io/fly_pipeline@v0.7.0/mod.ts";

await deploy();

0 comments on commit db73447

Please sign in to comment.