Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
sawich committed Jan 9, 2021
1 parent 4af1569 commit 63f4478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script:

- mv ow.Service.District/config/appsettings.example.json ow.Service.District/config/appsettings.json

- mv ow.Service.Gate/config/appsettings.example.json ow.Service.Gate/config/appsettings.json
- mv ow.Service.World/config/appsettings.example.json ow.Service.World/config/appsettings.json

- mv ow.Utils.ItemView.Generator/config/appsettings.example.json ow.Utils.ItemView.Generator/config/appsettings.json

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_build:

- mv ow.Service.District\config\appsettings.example.json ow.Service.District\config\appsettings.json

- mv ow.Service.Gate\config\appsettings.example.json ow.Service.Gate\config\appsettings.json
- mv ow.Service.World\config\appsettings.example.json ow.Service.World\config\appsettings.json

- mv ow.Utils.ItemView.Generator\config\appsettings.example.json ow.Utils.ItemView.Generator\config\appsettings.json

Expand Down

0 comments on commit 63f4478

Please sign in to comment.