Skip to content

debug attendance

debug attendance #1593

Workflow file for this run

name: CI/CD
on :
push:
branches: [ primadona ]
pull_request:
branches: [ primadona ]
workflow_dispatch:
jobs:
web-deploy:
name: auto deploy
runs-on: ubuntu-latest
steps:
- name: get latest code
uses: actions/checkout@v3.5.3
- name: FTP Deploy
# You may pin to the exact commit or the version.
# uses: SamKirkland/FTP-Deploy-Action@8a24039354ee91000cb948cb4a1dbdf1a1b94a3c
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
# ftp server
server: ${{ secrets.FTP_SERVER_PRIMADONA }}
# ftp username
username: ${{ secrets.FTP_USERNAME_PRIMADONA }}
# ftp password
password: ${{ secrets.FTP_PASSWORD_PRIMADONA }}
# Server port to connect to (read your web hosts docs)
port: ${{ secrets.FTP_PORT_PRIMADONA }}
# protocol to deploy with - ftp, ftps, or ftps-legacy
protocol: ftp
# An array of glob patterns, these files will not be included in the publish/delete process
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
**/storage/**
**/public/**