Skip to content

Commit

Permalink
Create laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilkhaledabdi authored Feb 23, 2024
1 parent 0094db5 commit e0c7c37
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: shop admin panel

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]


jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASS_KEY }}
script: |
ls -lah
bash /var/www/html/shop-admin-panel/build.sh

0 comments on commit e0c7c37

Please sign in to comment.