diff --git a/.github/package.yaml b/.github/package.yaml index 6d1adfce..1c8af010 100644 --- a/.github/package.yaml +++ b/.github/package.yaml @@ -7,7 +7,7 @@ files: file: farmr_package mode: "0755" user: "root" - "/etc/systemd/user": + "/etc/systemd/user/farmr.service": file: .github/workflows/farmr.service mode: "0755" user: "root" diff --git a/environment_config.yaml b/environment_config.yaml index 8cb53b85..400687d1 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -6,6 +6,6 @@ environment_config: fields: # set of fields for command version: # key name const: true # optional, default to TRUE - default: 1.4.0.5dev2 # optional, default value for key, if not provided key will be required during command run + default: 1.4.0.5dev3 # optional, default value for key, if not provided key will be required during command run dotenv: true # optional, default to FALSE, if this field should be added to .env file \ No newline at end of file