Skip to content

Commit

Permalink
Fixes deployment script.
Browse files Browse the repository at this point in the history
  • Loading branch information
medienlampe committed Jan 24, 2025
1 parent a3661c6 commit 98e8fdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '22.x'
- name: Install npm dependencies
- name: 🚚 Install Dependencies...
run: npm ci
- name: Run cache update task
- name: πŸ“‚ Update Cache...
run: npm run cache-update --if-present
- name: Run build task
- name: πŸŽ‰ Build...
run: npm run build --if-present
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.5
- name: πŸš€ Deploy...
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }}
Expand Down

0 comments on commit 98e8fdd

Please sign in to comment.