mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-01-15 04:10:58 +00:00
[VERSION] version bump
This commit is contained in:
parent
c14eb85faf
commit
1ac1bcb558
@ -51,11 +51,11 @@ The target directory
|
||||
|
||||
# Usage
|
||||
|
||||
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.14
|
||||
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.15
|
||||
|
||||
```
|
||||
- name: Deploy to Staging server
|
||||
uses: easingthemes/ssh-deploy@v2.1.14
|
||||
uses: easingthemes/ssh-deploy@v2.1.15
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
|
||||
ARGS: "-rltgoDzvO"
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
- name: Run build task
|
||||
run: npm run build --if-present
|
||||
- name: Deploy to Server
|
||||
uses: easingthemes/ssh-deploy@v2.1.14
|
||||
uses: easingthemes/ssh-deploy@v2.1.15
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
|
||||
ARGS: "-rltgoDzvO --delete"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ssh-deploy",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user