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 f3f3b25 commit bac56f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo "${{ secrets.SECRET_PRIVATE_SSH }}" > p.key
mkdir -p ~/.ssh
touch ~/.ssh/known_hosts
echo "${{ secrets.SECRET_PUB }}" > ~/.ssh/known_hosts
ssh -i ./p.key -p ${{ secrets.SECRET_PORT }} ${{ secrets.SECRET_SERVER }} "cd /project/Swissdle
ssh-keyscan ${{ secrets.SECRET_HOST }} >> ~/.ssh/known_hosts
ssh -i ./p.key -p ${{ secrets.SECRET_PORT }} ${{ secrets.SECRET_USER }}@${{ secrets.SECRET_HOST }} "cd /project/Swissdle
&& git pull origin main
&& cd backend-laravel && composer install
&& cd ../frontend-vue && npm install && npm run build"

0 comments on commit bac56f6

Please sign in to comment.