Skip to content

Commit

Permalink
Merge pull request #68 from ilyabrin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Burnett01 authored Sep 22, 2024
2 parents 796cf0d + f825a1e commit d19dd4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For simplicity, we are using `DEPLOY_*` as the secret variables throughout the e

Simple:

```
```yml
name: DEPLOY
on:
push:
Expand All @@ -71,7 +71,7 @@ jobs:
Advanced:
```
```yml
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -91,7 +91,7 @@ jobs:
For better **security**, I suggest you create additional secrets for remote_host, remote_port, remote_user and remote_path inputs.
```
```yml
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -111,7 +111,7 @@ jobs:
If your private key is passphrase protected you should use:
```
```yml
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -137,7 +137,7 @@ jobs:
If your remote OpenSSH Server still uses RSA hostkeys, then you have to
manually enable legacy support for this by using ``legacy_allow_rsa_hostkeys: "true"``.
```
```yml
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d19dd4a

Please sign in to comment.