Skip to content

Commit

Permalink
ok I lied BUT THIS should be it. Right...?
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Feb 21, 2024
1 parent c1731ec commit e95f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run EF Core Migrations
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} "cd /home/${{ secrets.SERVER_USERNAME }}/ReplayBrowser/Server && dotnet ef database update"
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} "cd /home/${{ secrets.SERVER_USERNAME }}/ReplayBrowser/deploy/Server && dotnet tool install --global dotnet-ef && dotnet ef database update"
- name: Start services
run: |
Expand Down

0 comments on commit e95f44b

Please sign in to comment.