Skip to content

Commit

Permalink
Namespace correction for prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelgado authored May 6, 2024
1 parent be29b7d commit b29c456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.OCEBOT_PRIVATE_SSH_KEY }}
ARGS: "-rlgoDzvc -i"
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "./"
REMOTE_HOST: ${{ secrets.OCEBOT_HOST }}
REMOTE_USER: ${{ secrets.OCEBOT_HOST_USER }}
TARGET: ${{ secrets.KT_HOST_PATH }}
EXCLUDE: "/.git/, /.vscode/"
EXCLUDE: "/.git/, /env.local"

4 changes: 2 additions & 2 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ services:
resource: '../src/'

Ocebot\KujiraTrack\Fin\Domain\FinContractRepository:
alias: Ocebot\KujiraTrack\FinContracts\Infrastructure\FinContractRepositoryInMemory
alias: Ocebot\KujiraTrack\Fin\Infrastructure\FinContractRepositoryInMemory

Ocebot\KujiraTrack\Fin\Domain\FinCandlesService:
alias: Ocebot\KujiraTrack\FinCandles\Infrastructure\FinCandlesServiceLcdCached
alias: Ocebot\KujiraTrack\Fin\Infrastructure\FinCandlesServiceLcdCached

# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
Expand Down

0 comments on commit b29c456

Please sign in to comment.