Skip to content

Add translations and make all languages required #16

Add translations and make all languages required

Add translations and make all languages required #16

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'