Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelfric authored Oct 28, 2023
1 parent b908cb6 commit ea8b261
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: frankriccobono.com
username: nycfl-certs
password: ${{ secrets.FTP_PASSWORD }}
protocol: ftps
local-dir: ./build/
state-name: .main-site-deploy.json

0 comments on commit ea8b261

Please sign in to comment.