This commit is contained in:
Richard Henkenjohann 2024-11-02 11:23:48 +01:00 committed by GitHub
commit a9aeea615e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -27,11 +27,6 @@
# 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'`.
# Optional.
@ -109,6 +104,6 @@ jobs:
- name: Deploy
uses: deployphp/action@v1
with:
dep: deploy
dep: deploy -o keep_releases=7
private-key: ${{ secrets.PRIVATE_KEY }}
```

View file

@ -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