Commit graph

  • b204fec5b8 Maintenance release - Updated @actions/upload-artifact to v7 #52 master 1.18 Milan Kaneria 2026-04-25 16:11:40 +05:30
  • a00e148bb1 Feature and code improvements - Added ability to include files via sync-delta-includes input - Updated readme - Code cleanup and refactoring 1.17 Milan Kaneria 2025-12-08 09:55:41 +05:30
  • 7dbe24eb86
    Merge pull request #46 from TomDotBat/master Milan Kaneria 2025-12-05 17:44:18 +05:30
  • 47c44aeb3c
    Update action.yml Yaroslav Chervatiuk 2025-04-11 11:57:59 +03:00
  • f22fde9d8e Add support for schedule event Tom O'Sullivan 2024-12-19 10:33:49 +00:00
  • 3cf188f493
    Merge pull request #44 from Propaganistas/patch-1 1.16 Milan Kaneria 2024-10-14 10:05:13 +05:30
  • 8f3dca6112
    Update action.yml Propaganistas 2024-10-12 20:28:13 +02:00
  • 6bd41ae0a0
    s Shishir Raven 2024-08-17 18:16:55 +05:30
  • e8bfa818bc
    s Shishir Raven 2024-08-17 02:31:51 +05:30
  • 7403419e05
    s Shishir Raven 2024-08-17 02:25:46 +05:30
  • b1238d42b5
    s Shishir Raven 2024-08-17 02:21:42 +05:30
  • 890566abf4
    s Shishir Raven 2024-08-17 02:17:32 +05:30
  • e65e3c3216
    s Shishir Raven 2024-08-17 02:09:56 +05:30
  • 4c9dce2d0d
    s Shishir Raven 2024-08-17 02:04:39 +05:30
  • 8b25283455
    s Shishir Raven 2024-08-17 01:55:36 +05:30
  • a790869a99
    s Shishir Raven 2024-08-17 01:23:14 +05:30
  • 537a181347
    s Shishir Raven 2024-08-17 01:03:10 +05:30
  • d4299a60c5
    Merge pull request #39 from Djontleman/fix/deploy-running-path 1.15 Milan Kaneria 2024-07-23 11:10:14 +05:30
  • 0bbc337026 prefix local path to .deploy-running Jonathan Hutchinson 2024-07-11 15:01:35 +01:00
  • c1baf76755 Maintenance release - Updated @actions/upload-artifact to v4 #25 - Docs: Updated @actions/checkout to v4 1.14 Milan Kaneria 2024-01-30 10:27:04 +05:30
  • b720b0e498 Bug fix - Fixed local path issue which prevented delta sync 1.13 Milan Kaneria 2023-10-17 20:48:34 +05:30
  • 157c21f222
    Do not use the github input if not provided as it causes the action to fail Thomas Miller 2023-03-13 15:16:53 +00:00
  • 3bb7db2ffc Maintenance release - Updated upload-artifact action to v3 #16 1.12 Milan Kaneria 2022-11-16 21:42:49 +05:30
  • 58030c10c5 Feature release - Ability to exclude files from delta sync 1.11 Milan Kaneria 2022-06-24 09:22:10 +05:30
  • 9a3de874a9 Bug fixes - Fixed deletion of files for delta sync 1.10 Milan Kaneria 2022-02-04 17:54:57 +05:30
  • 96cbc1465f
    Added delete flag Ammar Idris 2021-12-16 14:11:10 +00:00
  • 936f8f470e updates readme cybrwshl 2021-12-09 22:08:31 +01:00
  • 3b5a224ce4 adds missing quote cybrwshl 2021-12-09 22:04:58 +01:00
  • 5edd5adcfc adds delete existing files cybrwshl 2021-12-09 22:00:48 +01:00
  • d3d395df54
    Merge pull request #2 from narativeio/master Milan Kaneria 2021-11-05 21:39:32 +05:30
  • e66989b13a
    docs: update doc about ftp-post-sync-commands (#2) Gontran Baerts 2021-11-05 15:32:13 +01:00
  • 98ae84406a
    feat: add optional parameter to run FTP commands after synchronization Gontran Baerts 2021-11-05 15:09:45 +01:00
  • a65386748f feat: add optional parameter to run FTP commands after synchronization Gontran Baerts 2021-11-05 15:06:02 +01:00
  • b4f32c8242 Features and code improvements - Modified files are now added to artifacts - Removed continue/reput option from FTP 1.9 Milan Kaneria 2021-10-01 08:01:41 +05:30
  • 996396bee3 Features and code improvements - Added webhook start and finish event notifications - Merged multiple deploy step runs - Updated readme documentation 1.8 Milan Kaneria 2021-09-07 11:02:05 +05:30
  • d10d37b40d General code updates - Added artifacts support to upload logs - Added planned features to readme 1.7 Milan Kaneria 2021-09-02 09:43:36 +05:30
  • 5104d813db General code updates - Improved remote path handling with spaces - Updated debug info for event to show from file - Fixed missing .deploy-revision file for full sync 1.6 Milan Kaneria 2021-09-01 13:44:17 +05:30
  • ea5e6b78e1 General code updates 1.5 Milan Kaneria 2021-08-31 20:55:50 +05:30
  • eb64d160e8 General code updates Milan Kaneria 2021-08-31 20:48:59 +05:30
  • b0074f576a General code updates - Updated FTP configuration - Revert conditional enabling of parallel connections - Added proxy connection validation - Added base commit validation - Updated readme documentation Milan Kaneria 2021-08-31 20:44:20 +05:30
  • ecf780fa42 General code updates - Updated FTP configuration - Conditionally enables parallel connections when transferring more than 10 files for delta sync - Added shell variable quoting - Updated readme documentation 1.4 Milan Kaneria 2021-08-31 11:37:13 +05:30
  • 504e59759b General code updates - Updated SSH and FTP configuration - Refactor transfer files code - Close proxy SSH connection on cleanup - Updated readme documentation 1.3 Milan Kaneria 2021-08-29 22:35:51 +05:30
  • 906cfb1a8e - Added input validation on init - Updated error messages with useful information - Refactor transfer files code - Updated readme documentation and usage example 1.2 Milan Kaneria 2021-08-28 07:55:55 +05:30
  • 35339ebc5f General code updates and fixes 1.1 Milan Kaneria 2021-08-27 20:36:59 +05:30
  • e5e1e84b6b Initial commit 1.0 Milan Kaneria 2021-08-23 17:56:06 +05:30