From db73447ec8fe6bd7f2f39e79b266ee4612ad0273 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 18 Dec 2023 06:44:10 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c1514a..9672bbd 100644 --- a/README.md +++ b/README.md @@ -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")!); ``` diff --git a/ci.ts b/ci.ts index b687484..40d75ce 100644 --- a/ci.ts +++ b/ci.ts @@ -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();