Skip to content

bohr-io

Actions
Deploy your repository on bohr.io
v1
Latest
Star (6)

Tags

 (1)

bohr.io deploy action

This action build and deploy your repository on bohr.io each time you push a commit.

What's new

  • Updated to the node16 runtime by default.

Usage

name: bohr.io deploy
on: 
  push:
    branches:    
      - '**'
  repository_dispatch:
    types: [bohr-dispatch]
permissions: write-all
jobs:
  deploy:
    name: Deploy on bohr.io
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: bohr-io/action@main

License

The scripts and documentation in this project are released under the MIT License.

bohr-io 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

Deploy your repository on bohr.io
v1
Latest

Tags

 (1)

bohr-io 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.