Skip to content

Initial implementation #1

Initial implementation

Initial implementation #1

Workflow file for this run

name: deploy (dev)
on:
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v4
- run: ./deploy.sh dev