diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index 080ca89..ee89338 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -18,3 +18,4 @@ jobs: server: ftp.samkirkland.com username: test@samkirkland.com password: ${{ secrets.ftp_password }} + dangerous-clean-slate: true diff --git a/.github/workflows/ftps.yml b/.github/workflows/ftps.yml index 73777e9..b2548a6 100644 --- a/.github/workflows/ftps.yml +++ b/.github/workflows/ftps.yml @@ -19,3 +19,4 @@ jobs: username: test@samkirkland.com password: ${{ secrets.ftp_password }} protocol: ftps + dangerous-clean-slate: true