fourth commit

This commit is contained in:
Riviera Taylor
2025-02-19 13:35:01 +01:00
parent ae0424a26e
commit bc0d22fb89

View File

@ -27,7 +27,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content
with: with:
fetch-depth: 0 fetch-depth: 0
- name: "Deploy" - name: "Deploy"
uses: riviera/actions-file-deployer@main uses: https://code.klank.school/riviera/actions-file-deployer@v1
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"
remote-host: "ftp.example.com" remote-host: "ftp.example.com"
@ -65,7 +65,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: "Deploy" - name: "Deploy"
uses: riviera/actions-file-deployer@main uses: https://code.klank.school/riviera/actions-file-deployer@v1
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"
remote-host: "ftp.example.com" remote-host: "ftp.example.com"