Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
# Specifies a sub directory within the repository to deploy
# Optional
sub-directory: "..."

# Config options for the Deployer. Same as the `-o` flag in the CLI.
# Optional.
options:
keep_releases: 7

# Private key for connecting to remote hosts. To generate private key:
# `ssh-keygen -o -t rsa -C 'action@deployer.org'`.
Expand Down Expand Up @@ -116,6 +111,6 @@ jobs:
- name: Deploy
uses: deployphp/action@v1
with:
dep: deploy
dep: deploy -o keep_releases=7
private-key: ${{ secrets.PRIVATE_KEY }}
```
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ inputs:
required: false
default: ''
description: List of options for the Deployer.
deprecationMessage: Please pass options with the "-o option=value" syntax to the "dep" command.

private-key:
required: false
Expand Down