1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 22:53:03 +05:30

(CI/CD): test fix workflow run events

This commit is contained in:
2023-12-03 20:54:13 +05:30
parent ad91370677
commit 6a8da65f64

View File

@@ -2,8 +2,6 @@ on:
push:
branches:
- main
paths:
- 'neosubhamoy.sql'
name: 🚀 Deploy website on server
jobs:
@@ -19,7 +17,7 @@ jobs:
run: |
mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source drop_script.sql"
mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source neosubhamoy.sql"
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with: