Skip to content

Commit

Permalink
👷: tests for ci githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Mar 7, 2024
1 parent f163366 commit 2984043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Upload PHP code
run: scp -o StrictHostKeyChecking=no -r . ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}:/home/julesartd/www/api-dev-edt-3il
run: scp -o StrictHostKeyChecking=no -r * ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}:/home/julesartd/www/api-dev-edt-3il

- name: SSH into server and run composer install
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 2984043

Please sign in to comment.