Skip to content

Commit

Permalink
call container
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 19, 2024
1 parent e72b32d commit 01d8113
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 git@deepdream.psy.utexas.edu '
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 01d8113

Please sign in to comment.