Skip to content

Commit

Permalink
build: update avior specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-lagat committed Feb 22, 2023
1 parent 73316a3 commit be0b2cc
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 &&
docker compose run --rm web bundle update spree_avior &&
docker compose up -d;"
env:
SSH_REMOTE_USER: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit be0b2cc

Please sign in to comment.