Skip to content

node-diff-zip

Actions
This action build the project and compress if sha256sum is different
1.0.0
Latest
Star (1)

Tags

 (1)

Github Action for Node JS

Essa Action gera um arquivo ZIP de um projeto node ele confere se ocorreu diferença em arquivos .js controlando com checksum.

Uso

.github/workflows/push.yml

on: push
name: deploy
jobs:
  deploy:
    name: deploy to cluster
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Build node diff checksum
        uses: qgxpagamentos/node-diff-zip
        with:
          destination: deployment/terraform
          zipfile: lambda.zip

node-diff-zip is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action build the project and compress if sha256sum is different
1.0.0
Latest

Tags

 (1)

node-diff-zip is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.