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 0b4fd00 commit f163366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Upload PHP code
run: scp -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 f163366

Please sign in to comment.