Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.2 in /client #14

Bump @babel/traverse from 7.22.8 to 7.23.2 in /client

Bump @babel/traverse from 7.22.8 to 7.23.2 in /client #14

Workflow file for this run

on: push
name: Deploy with FTP on push
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/checkout@v3
- name: Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
local-dir: './server/app/public/'
server-dir: ${{ secrets.server_dir }}
log-level: 'standard'