Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofften committed Jan 7, 2025
1 parent 9508174 commit ae13543
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0 # Use the desired Node.js version
node-version: 20.10.0 # Use the desired Node.js version

- name: 🔨 Install dependencies and Build Project
run: |
Expand All @@ -26,11 +26,3 @@ jobs:
echo NEXTAUTH_URL=${{ secrets.NEXTAUTH_URL }} >> .env.local
echo AUTHORIZATION=${{ secrets.AUTHORIZATION }} >> .env.local
npm run build
- name: 📂 Sync files and deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: ftp.crepant.com
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
server-dir: /

0 comments on commit ae13543

Please sign in to comment.