Skip to content

iter

iter #17

Workflow file for this run

name: Deploy modules
on:
push:
branches:
- ghactions
jobs:
build-modules:
runs-on: ubuntu-latest
environment: trial-572dca111144a5196a6b1
name: Loadmaster
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: snok/install-poetry@v1
with:
version: 1.6.1
virtualenvs-create: false
- name: Install dependencies
run: poetry install
- name: "Build the package"
run: |
poetry run python build.py --package
- name: "Deploy the package"
run: |
poetry run python deploy.py --package