Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Github Action for deploy on bohr.io

Topics

Resources

Stars

6 stars

Watchers

3 watching

Forks

Used by

Contributors