deploy: remove package scripts

This commit is contained in:
Miroslav Crnic
2025-07-11 14:55:57 +00:00
parent df4a849d99
commit 8346a191dc

View File

@@ -1,28 +0,0 @@
name: Build and Package EggsFS
on:
workflow_dispatch:
inputs:
environment:
required: true
type: choice
default: prod
options:
- prod
- staging
- dev
jobs:
build:
runs-on: [self-hosted, restech]
steps:
- name: Checkout Eggs Repo
uses: actions/checkout@v3
with:
repository: XTX/eggsfs
path: 'eggs_repo'
- name: Package EggsFS
shell: bash
working-directory: eggs_repo
run: ./deploy/eggsctrl.py package --build-number $((${{ github.run_number }} + 1000))