Closed dynamiccookies closed 2 years ago
https://github.com/marketplace/actions/ftp-deploy
If this is used, make sure to include badge: https://github.com/marketplace/actions/ftp-deploy#badge
Tried most popular (by far) FTP action: FTP Deploy Unfortunately, it failed on multiple issues, and there are numerous open issues.
Decided to try the next most popular FTP action: ftp-action It worked the first time, and then every time after that it was stuck in an infinite loop.
Moved onto the third FTP action: Simple FTP deploy This worked beautifully!
Also made sure to include an exclude option for the admin\config.php
file so it doesn't get overwritten. Will need to look into what options are available for automatically updating this file in the future if and changes need to be made to it.
Added workflow_dispatch
release option so workflow action can be run manually if needed.
This won't help anyone who forks this repository, but it will keep my primary site continually up to date whenever a new version is released.