1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

refactor: updated projects timeline

This commit is contained in:
2025-09-14 00:24:16 +05:30
parent e3cdd0c451
commit 0d0956f722
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ jobs:
mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source schema/cleanup.sql"
mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source schema/neosubhamoy.sql"
- name: 📂 Sync files
- name: 📂 Sync Files
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
with:
server: ${{ secrets.FTP_SERVER }}