diff options
author | Indrajith K L | 2022-09-03 23:49:23 +0530 |
---|---|---|
committer | GitHub | 2022-09-03 23:49:23 +0530 |
commit | c7724d945854a33860dfb70e8629adca81cbc9c8 (patch) | |
tree | 0472e10fbda2887db854529f3856ec226b9ce3de /.github | |
parent | 70f41293bb889e62e32921fd8ef9ae747b24f62f (diff) | |
download | indrajith-dev-c7724d945854a33860dfb70e8629adca81cbc9c8.tar.gz indrajith-dev-c7724d945854a33860dfb70e8629adca81cbc9c8.tar.bz2 indrajith-dev-c7724d945854a33860dfb70e8629adca81cbc9c8.zip |
Updates Github Actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/node.js.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3ac22c3..95fccff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,8 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + node-version: [16.x] steps: - uses: actions/checkout@v3 @@ -31,7 +30,7 @@ jobs: - name: Publish uses: azurystudio/deploy-action@v0 with: - host: ${{ secrets.SSHKEY }} + host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} privateKey: ${{ secrets.SSHKEY }} destination: ${{ secrets.SSH_DIR }} |