Skip to content

Commit

Permalink
fix - release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonL95 committed Apr 21, 2024
1 parent 6b80664 commit ac5473d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ jobs:
port: ${{ matrix.server.port }}
envs: GITHUB_SHA,RELEASE_PATH,ACTIVE_RELEASE_PATH,STORAGE_PATH,BASE_PATH,ENV_SECRET
script: |
echo "$RELEASE_PATH"
echo "$USER"
cd $RELEASE_PATH && git clone git@github.com:antonL95/artistshero-laravel.git ./
cd $RELEASE_PATH && composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
cd $RELEASE_PATH && source $BASE_PATH/../.nvm/nvm.sh && npm install --no-progress && npm run build
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"dependencies": {
"@sentry/browser": "^7.40.0",
"@splidejs/splide": "^4.1.4",
"flickity": "^3.0.0"
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"axios": "^1.6.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}

0 comments on commit ac5473d

Please sign in to comment.