Skip to content

Commit

Permalink
fix: change back to bun 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzuiku committed Oct 13, 2023
1 parent 0f4e0a0 commit c3b07e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
rsync -av -e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' --delete-delay ./build/* ${{ secrets.GG_SSH_URL }}:~/server/aisentence/
- name: Run DB Migration
run: |
ssh -i ./deploy_key -o StrictHostKeyChecking=no ${{ secrets.GG_SSH_URL }} "cd ~/server/aisentence/ && ./ais-migrate.sh"
ssh -i ./deploy_key -o StrictHostKeyChecking=no ${{ secrets.GG_SSH_URL }} "cd ~/server/ && ./ais-migrate.sh"

0 comments on commit c3b07e5

Please sign in to comment.