Skip to content

Commit

Permalink
fix deno deploy function
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 13, 2025
1 parent 94a9fba commit 6a13929
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dagger.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "deno",
"sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main",
"version": "v0.11.1",
"version": "v0.11.2",
"description": "",
"author": "Tsiry Sandratraina",
"license": "MIT"
}
}
6 changes: 2 additions & 4 deletions fluentci.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
authors = [
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>",
]
authors = ["Tsiry Sandratraina <tsiry.sndr@fluentci.io>"]
description = "CI/CD Plugin for Deno"
license = "MIT"
name = "deno"
version = "0.11.1"
version = "0.11.2"
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "deno"
version = "0.11.1"
version = "0.11.2"

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub fn deploy(args: String) -> FnResult<String> {
"--no-check",
"-r",
"-f",
"--global",
"https://deno.land/x/deploy/deployctl.ts",
])?
.with_exec(vec!["deployctl", "deploy", &args])?
Expand Down

0 comments on commit 6a13929

Please sign in to comment.