Skip to content

@ethersphere/gateway-proxy v0.15.0 #29

@ethersphere/gateway-proxy v0.15.0

@ethersphere/gateway-proxy v0.15.0 #29

Workflow file for this run

name: Publish deb
on:
release:
types: [published]
jobs:
docker-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: Build deb package
if: success()
run: |
npm ci
npm run build
npx node-deb -- dist/ public/
- name: Upload deb package
if: success()
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["gateway-proxy_*deb"]'