Update D3rHase/ssh-command-action action to v0.2.2

This commit is contained in:
RenovateBot 2022-12-28 19:04:37 +00:00
parent 31a600c74e
commit ea24f29f6f
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy Production
uses: D3rHase/ssh-command-action@v0.2.1
uses: D3rHase/ssh-command-action@v0.2.2
with:
HOST: ${{secrets.HOST}}
PORT: ${{secrets.PORT}}

View file

@ -18,7 +18,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy Staging
uses: D3rHase/ssh-command-action@v0.2.1
uses: D3rHase/ssh-command-action@v0.2.2
with:
HOST: ${{secrets.HOST}}
PORT: ${{secrets.PORT}}