Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bskp committed Sep 2, 2023
1 parent fc07b1b commit 28de28c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:

- uses: actions/checkout@v2

- name: get production dependencies only
- name: Get production dependencies only
run: cd ./app && npm install --production

- name: install mup locally
- name: Install mup locally
run: npm install mup

- name: install meteor
- name: Install meteor
run: curl https://install.meteor.com/ | sh

- name: Bundle the app and upload to Hoster
run: cd ../deploy && npx mup deploy
run: cd ./deploy && npx mup deploy
env:
SSH_USER: ${{ vars.SSH_USER }}
SSH_HOST: ${{ vars.SSH_HOST }}

0 comments on commit 28de28c

Please sign in to comment.