Update D3rHase/ssh-command-action action to v0.2.2 #246
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- name: Deploy Production
|
- name: Deploy Production
|
||||||
uses: D3rHase/ssh-command-action@v0.2.1
|
uses: D3rHase/ssh-command-action@v0.2.2
|
||||||
with:
|
with:
|
||||||
HOST: ${{secrets.HOST}}
|
HOST: ${{secrets.HOST}}
|
||||||
PORT: ${{secrets.PORT}}
|
PORT: ${{secrets.PORT}}
|
||||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- name: Deploy Staging
|
- name: Deploy Staging
|
||||||
uses: D3rHase/ssh-command-action@v0.2.1
|
uses: D3rHase/ssh-command-action@v0.2.2
|
||||||
with:
|
with:
|
||||||
HOST: ${{secrets.HOST}}
|
HOST: ${{secrets.HOST}}
|
||||||
PORT: ${{secrets.PORT}}
|
PORT: ${{secrets.PORT}}
|
||||||
|
|
Loading…
Reference in a new issue