Skip to content

Commit d19dd4a

Browse files
authored
Merge pull request #68 from ilyabrin/patch-1
Update README.md
2 parents 796cf0d + f825a1e commit d19dd4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For simplicity, we are using `DEPLOY_*` as the secret variables throughout the e
4646

4747
Simple:
4848

49-
```
49+
```yml
5050
name: DEPLOY
5151
on:
5252
push:
@@ -71,7 +71,7 @@ jobs:
7171
7272
Advanced:
7373
74-
```
74+
```yml
7575
jobs:
7676
deploy:
7777
runs-on: ubuntu-latest
@@ -91,7 +91,7 @@ jobs:
9191
9292
For better **security**, I suggest you create additional secrets for remote_host, remote_port, remote_user and remote_path inputs.
9393
94-
```
94+
```yml
9595
jobs:
9696
deploy:
9797
runs-on: ubuntu-latest
@@ -111,7 +111,7 @@ jobs:
111111
112112
If your private key is passphrase protected you should use:
113113
114-
```
114+
```yml
115115
jobs:
116116
deploy:
117117
runs-on: ubuntu-latest
@@ -137,7 +137,7 @@ jobs:
137137
If your remote OpenSSH Server still uses RSA hostkeys, then you have to
138138
manually enable legacy support for this by using ``legacy_allow_rsa_hostkeys: "true"``.
139139
140-
```
140+
```yml
141141
jobs:
142142
deploy:
143143
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)