Update email in conf
authorGrégory Burri <gregory.burri@matisa.ch>
Thu, 15 Aug 2019 09:35:59 +0000 (11:35 +0200)
committerGrégory Burri <gregory.burri@matisa.ch>
Thu, 15 Aug 2019 09:35:59 +0000 (11:35 +0200)
backend/conf.ron [deleted file]
common/Cargo.toml
conf.ron [new file with mode: 0644]
deploy.ps1

diff --git a/backend/conf.ron b/backend/conf.ron
deleted file mode 100644 (file)
index 5b2c0ff..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-(
-    port: 8082,
-)
\ No newline at end of file
index 7874825..4cec28b 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "common"
 version = "0.1.0"
-authors = ["Grégory Burri <gregory.burri@matisa.ch>"]
+authors = ["Grégory Burri <greg.burri@gmail.com>"]
 edition = "2018"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/conf.ron b/conf.ron
new file mode 100644 (file)
index 0000000..5b2c0ff
--- /dev/null
+++ b/conf.ron
@@ -0,0 +1,3 @@
+(
+    port: 8082,
+)
\ No newline at end of file
index e066f1d..7b4b556 100644 (file)
@@ -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)) {