Switch to HTTPS for pulling manifold to bypass an SSH limitation
Badgey Deployment / build (push) Failing after 10m14s
Details
Badgey Deployment / build (push) Failing after 10m14s
Details
This commit is contained in:
parent
080168518e
commit
23e67551b3
|
|
@ -12,6 +12,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build (Release)
|
- name: Build (Release)
|
||||||
run: cargo build --release
|
run: cargo build --release --color=always
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: bash cicd/deploy.sh
|
run: bash cicd/deploy.sh
|
||||||
|
|
|
||||||
|
|
@ -1095,7 +1095,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "manifold"
|
name = "manifold"
|
||||||
version = "4.0.0"
|
version = "4.0.0"
|
||||||
source = "git+ssh://git@code.orbiter-radio.uk/discord/manifold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272"
|
source = "git+https://code.orbiter-radio.uk/discord/manifold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"built",
|
"built",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ diesel = { version = "2.1.0", features = ["sqlite", "r2d2", "chrono"] }
|
||||||
diesel_migrations = "2.1.0"
|
diesel_migrations = "2.1.0"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
manifold = { git = "ssh://git@code.orbiter-radio.uk/discord/manifold.git" }
|
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
|
||||||
# manifold = { path = "/home/xyon/Workspace/manifold/" }
|
# manifold = { path = "/home/xyon/Workspace/manifold/" }
|
||||||
poise = { version = "0.5.*", features = [ "cache" ] }
|
poise = { version = "0.5.*", features = [ "cache" ] }
|
||||||
rand = { version = "0.8.5", features = [ "small_rng" ] }
|
rand = { version = "0.8.5", features = [ "small_rng" ] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue