Skip to content

✅ Add / use deploy script #481

✅ Add / use deploy script

✅ Add / use deploy script #481

Workflow file for this run

#
# deploy.yml
#
# Rebuild the bugfix-2.1.x branch whenever 'import-2.1.x' is pushed
#
name: Deploy
on:
push:
branches:
- import-2.1.x
jobs:
deploy:
if: github.repository == 'MarlinFirmware/Configurations'
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
# Run the mfconfig script with CI action
- name: Deploy bugfix-2.1.x
run: bin/mfconfig CI