Fix uptime again
All checks were successful
Build and push container image / build (push) Successful in 12m22s
All checks were successful
Build and push container image / build (push) Successful in 12m22s
This commit is contained in:
parent
55297b4360
commit
7f5b074af4
@ -40,7 +40,6 @@ jobs:
|
|||||||
tags: git.toast-server.net/toast/kon:main
|
tags: git.toast-server.net/toast/kon:main
|
||||||
build-args: CARGO_TOKEN=${{ secrets.CARGO_TOKEN }}
|
build-args: CARGO_TOKEN=${{ secrets.CARGO_TOKEN }}
|
||||||
cache-from: type=registry,ref=git.toast-server.net/toast/kon:main
|
cache-from: type=registry,ref=git.toast-server.net/toast/kon:main
|
||||||
cache-to: type=inline,mode=max
|
|
||||||
|
|
||||||
- name: Deploy update
|
- name: Deploy update
|
||||||
uses: https://github.com/appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
|
uses: https://github.com/appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -958,7 +958,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kon"
|
name = "kon"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
"gamedig",
|
"gamedig",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "kon"
|
name = "kon"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -4,7 +4,7 @@ use tokenservice_client::TokenServiceApi;
|
|||||||
pub static EMBED_COLOR: i32 = 0x5a99c7;
|
pub static EMBED_COLOR: i32 = 0x5a99c7;
|
||||||
|
|
||||||
pub static BOT_VERSION: Lazy<String> = Lazy::new(|| {
|
pub static BOT_VERSION: Lazy<String> = Lazy::new(|| {
|
||||||
let cargo_version = cargo_toml::Manifest::from_path(std::env::var("CARGO_MANIFEST_DIR").unwrap()+"/Cargo.toml")
|
let cargo_version = cargo_toml::Manifest::from_path("./Cargo.toml")
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.package
|
.package
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
Loading…
Reference in New Issue
Block a user