Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
New config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jun 20, 2021
1 parent 8c0aa1d commit b83358a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ files:
file: .github/workflows/farmr-foxypoolog.service
mode: "0644"
user: "root"
"/etc/farmr/config.json":
file: config.json
"/etc/farmr/config/config-xch.json":
file: config/config-xch.json
mode: "0644"
user: "root"
keep: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
chmod +x ./farmr.exe
mv ./farmr.exe ./farmr
mv ./farmr_package.exe ./farmr_package
- name: Copying default config.json
run: cp config/config.json config/config.json.default
- name: Load .env file
uses: xom9ikk/[email protected]
Expand Down

0 comments on commit b83358a

Please sign in to comment.