Skip to content
/ action Public

Github Action for deploy on bohr.io

License

Notifications You must be signed in to change notification settings

bohr-io/action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.