Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
bskp committed Sep 2, 2023
1 parent e8cfd1d commit 03aa0b0
Show file tree
Hide file tree
Showing 2 changed files with 5,649 additions and 3,237 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - add this file to your app, in the same folder as here (.github/workflows/main.yml)
# - change the last command of this script so that it finds your mup.js file

name: Deploy meteor app to server
name: Deploy Meteor App to Server
on:
push:
branches: [ main ]
Expand All @@ -35,11 +35,14 @@ jobs:
- name: Get production dependencies only
run: cd ./app && npm install --production

- name: (Hack) Remove malformed package
run: find ./node_modules -name malformed_package_json -type d -prune -exec rm -rf "{}" \;

- name: Install mup locally
run: npm install mup

- name: Install meteor
run: curl https://install.meteor.com/?release=2.1 | sh
run: curl https://install.meteor.com/ | sh

- name: Bundle the app and upload to Hoster
run: cd ./deploy && npx mup deploy
Expand Down
Loading

0 comments on commit 03aa0b0

Please sign in to comment.