X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=deploy.ps1;fp=deploy.ps1;h=19ff7e97adadf920889d2dbd63aefc19b0d8e585;hb=52284b0325bfc45c902884c0c3633d8147767941;hp=eb1a5eafcef7264526d342cae1a79f3cce988110;hpb=79787cfdf89c320de9b12080b04f56ac38c39073;p=gandi_dns_update.git diff --git a/deploy.ps1 b/deploy.ps1 old mode 100644 new mode 100755 index eb1a5ea..19ff7e9 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -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