Skip to content

Commit

Permalink
fix: typo in name of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-lagat committed Feb 22, 2023
1 parent be0b2cc commit 7ab82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ssh -o StrictHostKeyChecking=no -i ~/.ssh/private.key $SSH_REMOTE_USER@$SSH_REMOTE_HOST "
cd $REMOTE_TARGET &&
docker compose down &&
docker compose run --rm web bundle update spree_avior &&
docker compose run --rm web bundle update spree_avior_tax &&
docker compose up -d;"
env:
SSH_REMOTE_USER: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit 7ab82e9

Please sign in to comment.