Skip to content

Commit

Permalink
Merge pull request #19 from rtCamp/update/action.yml
Browse files Browse the repository at this point in the history
Run action directly from docker image
  • Loading branch information
mrrobot47 authored May 11, 2020
2 parents f49232d + 852490d commit d5a0f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/[email protected].0
uses: rtCamp/[email protected].2
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
```
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/[email protected].0
uses: rtCamp/[email protected].2
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Deploy WordPress code to a server'
author: 'rtCamp'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://rtcamp/action-deploy-wordpress:v2.0.2'
branding:
icon: 'upload-cloud'
color: 'yellow'

0 comments on commit d5a0f34

Please sign in to comment.