Skip to content

merge develop into main #4

merge develop into main

merge develop into main #4

Workflow file for this run

name: Nightschool CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [main]
jobs:
# web-deploy:
# name: 🎉 Deploy
# runs-on: ubuntu-latest
# steps:
# - name: 🚚 Get latest code
# uses: actions/checkout@v3
# - name: 📂 Sync files
# uses: SamKirkland/FTP-Deploy-Action@v4.3.4
# with:
# server: ftp.magaliechetrit.com
# username: ftp@magaliechetrit.com
# password: ${{ secrets.FTPPASSWORD }}
# server-dir: magaliechetrit.com/public_html/
# exclude: |
# **/.git*
# **/.git*/**
# **/.github/**
# .DS_Store