Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neurostuff/neurostore into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 19, 2024
2 parents 6b19523 + 01d8113 commit 30f27c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
if: ${{ steps.changes.outputs.frontend }}
run: |
ssh [email protected] '
cd /var/www/neurostore/compose/neurosynth-frontend &&
npm install &&
npm run build:staging
cd /var/www/neurostore/compose &&
docker compose exec -T compose bash -c "cd /compose/neurosynth-frontend/ && npm install && npm run build:staging"
'

0 comments on commit 30f27c2

Please sign in to comment.