devops #3

Merged
trevor merged 3 commits from devops into main 2025-09-11 03:08:08 +00:00
8 changed files with 445 additions and 1008 deletions
Showing only changes of commit d4e0c46ebe - Show all commits

View File

@@ -6,7 +6,6 @@ trigger:
branch:
- main
- develop
- "feature/*"
event:
- push
- pull_request
@@ -74,9 +73,9 @@ steps:
image: alpine:latest
commands:
- echo "Pipeline Summary:"
- echo "Branch: ${DRONE_BRANCH}"
- echo "Commit: ${DRONE_COMMIT_SHA}"
- echo "Build: ${DRONE_BUILD_NUMBER}"
- echo "Branch ${DRONE_BRANCH}"
- echo "Commit ${DRONE_COMMIT_SHA}"
- echo "Build ${DRONE_BUILD_NUMBER}"
- echo "Quiz Bot CI Pipeline completed successfully!"
volumes: