Skip to content

Commit

Permalink
Merge pull request #60 from freifunkMUC/freifunk-main
Browse files Browse the repository at this point in the history
Fix deploy
  • Loading branch information
awlx authored Nov 14, 2023
2 parents 4cda370 + bf47ddd commit d36529a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
target: [webfrontend03, webfrontend04, webfrontend05, webfrontend06]
node-version: [12.x]
node-version: [20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run gulp
- run: npm run build
- run: cp config.json build/
- name: rsync deployments
uses: burnett01/[email protected]
Expand Down

0 comments on commit d36529a

Please sign in to comment.