third commit

This commit is contained in:
Riviera Taylor
2025-02-19 13:32:48 +01:00
parent 2ee612a7b3
commit ae0424a26e
2 changed files with 3 additions and 5 deletions

View File

@ -19,8 +19,6 @@ This is a composite Gitea Action (Linux runner) for deploying repository content
- Step runs messages categorized nicely in log groups
- Run additional FTP commands after synchronization
![Workflow screenshot](./screenshot.png)
## Usage
```yml
@ -29,7 +27,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content
with:
fetch-depth: 0
- name: "Deploy"
uses: milanmk/actions-file-deployer@master
uses: riviera/actions-file-deployer@main
with:
remote-protocol: "sftp"
remote-host: "ftp.example.com"
@ -38,7 +36,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content
remote-path: "/var/www/example.com"
```
Workflow example `.github/workflows/main.yml`.
Workflow example `.gitea/workflows/main.yml`.
```yml
name: Deploy Files
@ -67,7 +65,7 @@ jobs:
with:
fetch-depth: 0
- name: "Deploy"
uses: milanmk/actions-file-deployer@master
uses: riviera/actions-file-deployer@main
with:
remote-protocol: "sftp"
remote-host: "ftp.example.com"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB