Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Nov 7, 2023
1 parent 2fd909f commit 6177d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SECRET_PRIVATE_SSH: ${{ secrets.SECRET_PRIVATE_SSH }}
SECRET_SERVER: ${{ secrets.SECRET_SERVER }}
run: |
ssh -i ${{ secrets.SECRET_PRIVATE_SSH }} -p ${{ secrets.SECRET_PORT }} ${{ secrets.SECRET_SERVER }} "cd /project/Swissdle
ssh -i "${{ secrets.SECRET_PRIVATE_SSH }}" -p ${{ secrets.SECRET_PORT }} ${{ secrets.SECRET_SERVER }} "cd /project/Swissdle
&& git pull origin main
&& cd backend-laravel && composer install
&& cd ../frontend-vue && npm install && npm run build"

0 comments on commit 6177d2f

Please sign in to comment.