Skip to content

Commit

Permalink
fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
hurradieweltgehtunter committed Dec 4, 2023
1 parent 1843de3 commit 821a161
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
- name: Build Vue Frontend
run: npm run build


- name: Deploy to Webserver via FTP
uses: SamKirkland/[email protected]
with:
server: ftp://yourftpserver.com
server: w00f6144.kasserver.com
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
- name: Send Down Webhook
run: curl -X POST https://bnbgpt.de/api/admin/down?key=${{ secrets.ADMIN_SECRET }}

0 comments on commit 821a161

Please sign in to comment.