issues
search
Startonix
/
Modular-AI
Advanced AI Training and Building Repository
0
stars
0
forks
source link
Continuous Updates and Evolution
#193
Open
Startonix
opened
5 months ago
Startonix
commented
5 months ago
Example CI/CD pipeline configuration (e.g., GitLab CI/CD)
stages:
test
deploy test: stage: test script:
echo "Running tests..."
pytest deploy: stage: deploy script:
echo "Deploying application..."
./
deploy.sh
Example CI/CD pipeline configuration (e.g., GitLab CI/CD)
stages: