Skip to content

Update Node.js to version 20.13.1 #119

Update Node.js to version 20.13.1

Update Node.js to version 20.13.1 #119

Workflow file for this run

name: On push
on: push
jobs:
deploy_production:
if: ${{ github.ref == 'refs/heads/deployment' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zenato/docker-action@master
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: ${{ secrets.REGISTRY_REPO }}
registry: ${{ secrets.REGISTRY_URL }}
tag: production