Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Nov 20, 2019
1 parent 402b8f0 commit 5865261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add an SSH public key to the server.

Add the corresponding private key to the repository as an [encrypted secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) named `DEPLOY_KEY`.

In `.github/workflows/<your-workflow-name>.yml`, add the following steps:
In `.github/workflows/<your-workflow-name>.yml`, add the following steps (note: `src` is relative to [$GITHUB_WORKSPACE](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables#default-environment-variables)):

```yml
- name: Deploy to server
Expand Down

0 comments on commit 5865261

Please sign in to comment.