Skip to content

Commit 96387a8

Browse files
committed
feat: marquee tech cards, one-click deploy section, SSH key auth in CI
- Tech grid replaced with infinite marquee (left/right rows) - New 'One Click Deploy' section with cursor trail animation + deploy cards - Container padding 24px -> 48px, section-header padding added - Removed all section-tag spans - Deploy workflow: password auth -> SSH_PRIVATE_KEY - discord-section tech-grid with 4-col layout
1 parent 61a8b3b commit 96387a8

3 files changed

Lines changed: 499 additions & 122 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
host: ${{ secrets.SSH_HOST }}
1616
username: ${{ secrets.SSH_USER }}
17-
password: ${{ secrets.SSH_PASSWORD }}
17+
key: ${{ secrets.SSH_PRIVATE_KEY }}
1818
port: ${{ secrets.SSH_PORT || 22 }}
1919
script: |
2020
cd ${{ secrets.HOME_PATH }}

0 commit comments

Comments
 (0)