Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into ui/configuration_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
julesartd committed Mar 15, 2024
2 parents 0333815 + 1b2ea3a commit af42762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

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

install_dependencies:
needs: deploy
Expand All @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/julesartd/www/api-dev-edt-3il/backend
cd /home/imjames/www/API-3IL/dev/backend
composer2 install
- name: SSH Into Server and execute Linter for PHP
Expand All @@ -46,7 +46,7 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/julesartd/www/api-dev-edt-3il/backend
cd /home/imjames/www/API-3IL/dev/backend
vendor/bin/php-cs-fixer fix src

Expand Down

0 comments on commit af42762

Please sign in to comment.