diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 53e7f47..cffe241 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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}} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 5cff552..c53e354 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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}}