Skip to content

Merge branch 'main' of https://github.com/athuler/Clockify-To-ICal #2

Merge branch 'main' of https://github.com/athuler/Clockify-To-ICal

Merge branch 'main' of https://github.com/athuler/Clockify-To-ICal #2

Workflow file for this run

on:
push:
branches: [ main ]
name: Send to production
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/checkout@v2
- name: Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}