Skip to content

Commit

Permalink
Revert "[ci] Add pub get to deploy alpha server"
Browse files Browse the repository at this point in the history
This reverts commit 7fb964a.

Dills are not portable across different Dart VM versions.
  • Loading branch information
AsturaPhoenix committed Jul 26, 2023
1 parent fb32226 commit 7356619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Package web build
run: cd build && tar --create -f web.tar.gz web

- run: cd server && dart pub get && dart compile kernel bin/main.dart
- run: dart compile kernel server/bin/main.dart

- name: Set up SSH
run: |
Expand Down

0 comments on commit 7356619

Please sign in to comment.