Skip to content

Bump @babel/traverse from 7.20.5 to 7.23.2 (#157) #16

Bump @babel/traverse from 7.20.5 to 7.23.2 (#157)

Bump @babel/traverse from 7.20.5 to 7.23.2 (#157) #16

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: 🛺 Deploy
runs-on: ubuntu-latest
steps:
- name: ⚙️ Checkout
uses: actions/checkout@v3
- name: 🐚 Cache
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: 🛠 Build
run: |
npm ci
HUGO_BASEURL="/design-system/master/" npm run build
- name: 📂 SFTP Deploy
uses: wlixcc/[email protected]
with:
username: ${{ secrets.USER }}
server: ${{ secrets.SERVER }}
port: 22
ssh_private_key: ${{ secrets.SSH_KEY }}
local_path: ./dist/*
remote_path: ./master/
# sftp_only: # optional
# sftpArgs: # optional
# delete_remote_files: # optional