From 33493c8991d8971450fc0eb5114152c9a0faa6b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9gory=20Burri?= Date: Thu, 15 Aug 2019 11:35:59 +0200 Subject: [PATCH] Update email in conf --- common/Cargo.toml | 2 +- backend/conf.ron => conf.ron | 0 deploy.ps1 | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename backend/conf.ron => conf.ron (100%) diff --git a/common/Cargo.toml b/common/Cargo.toml index 7874825..4cec28b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "common" version = "0.1.0" -authors = ["Grégory Burri "] +authors = ["Grégory Burri "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/backend/conf.ron b/conf.ron similarity index 100% rename from backend/conf.ron rename to conf.ron diff --git a/deploy.ps1 b/deploy.ps1 index e066f1d..7b4b556 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -17,7 +17,7 @@ if (!(Test-Path -Path $destination)) { Copy-Item target/release/recipes -Destination $destination -Copy-Item static -Destination $destination -Recurse -Force +Copy-Item backend/static -Destination $destination -Recurse -Force # Do not overwrite the configuration. if (!(Test-Path -Path $destination/conf.ron)) { -- 2.43.0