Compare commits
No commits in common. "42d1fe82125f2da7869f9f3c58cb0fe1a6d21d28" and "180768b8588dd806cdc370ea14b5f5d39a64bb25" have entirely different histories.
42d1fe8212
...
180768b858
|
|
@ -1,22 +0,0 @@
|
|||
platform: 'linux/amd64'
|
||||
branches: 'main'
|
||||
|
||||
pipeline:
|
||||
release:
|
||||
image: 'plugins/docker'
|
||||
settings:
|
||||
registry: 'git.rustybever.be'
|
||||
repo: 'git.rustybever.be/chewing_bever/affy'
|
||||
tag:
|
||||
- 'latest'
|
||||
mtu: 1300
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook'
|
||||
commands:
|
||||
- curl -XPOST --fail -s "$WEBHOOK"
|
||||
|
|
@ -37,7 +37,6 @@ dependencies = [
|
|||
"chrono",
|
||||
"diesel",
|
||||
"diesel_migrations",
|
||||
"libsqlite3-sys",
|
||||
"poise",
|
||||
"tokio",
|
||||
"uuid",
|
||||
|
|
@ -836,7 +835,6 @@ version = "0.26.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -24,5 +24,3 @@ poise = "0.5.5"
|
|||
async-minecraft-ping = "0.8.0"
|
||||
diesel = { version = "2.0.4", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "r2d2"] }
|
||||
diesel_migrations = { version = "2.0.0", features = [ "sqlite" ] }
|
||||
# Force sqlite3 to be bundled, allowing for a fully static binary
|
||||
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue