Skip to content

#1: First commit - First commit with write and read functionality and tests. - All documentation and files updated. #1

#1: First commit - First commit with write and read functionality and tests. - All documentation and files updated.

#1: First commit - First commit with write and read functionality and tests. - All documentation and files updated. #1

# Development workflow
#
# This workflow triggers whenever there is a push on the 'develop' branch.
# The 'develop' branch should be configured to restrict direct commits.
on:
push:
branches: develop
name: (Development) - Full
run-name: "#${{ github.run_number }}: ${{ github.event.head_commit.message }}"
jobs:
full-development:
uses: dmg0345/cb/.github/workflows/reusable-full.yml@master
secrets:
netlify_pat: ${{ secrets.NETLIFY_PAT }}
netlify_site_id: ${{ secrets.NETLIFY_SITE_ID }}
with:
docker_base_image: dmg00345/cb:latest
deploy: development
deploy_alias: development