Do not display api_key in the log.
[gandi_dns_update.git] / deploy.ps1
old mode 100644 (file)
new mode 100755 (executable)
index eb1a5ea..19ff7e9
@@ -22,7 +22,7 @@ Copy-Item target/release/gandi_dns_update -Destination $destination
 
 # Do not overwrite the configuration.
 if (!(Test-Path -Path $destination/config.ron)) {
-   Copy-Item backend/config.ron -Destination $destination
+   Copy-Item config.ron -Destination $destination
 }
 
 systemctl --user start gandi_dns_update