Skip to content

fix: routing of bootstrap requests #16

fix: routing of bootstrap requests

fix: routing of bootstrap requests #16

Workflow file for this run

name: Deploy
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- uses: pulumi/actions@v6
with:
command: up
stack-name: holochain/network-services
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.HRA2_PULUMI_ACCESS_TOKEN }}