DevOps Deployer Agent. 배포, 롤백, 릴리즈 관리를 담당합니다. 배포(deploy), 롤백(rollback), 릴리즈, Blue-Green 관련 요청 시 사용됩니다.
Install with Tessl CLI
npx tessl i github:shaul1991/shaul-agents-plugin --skill devops-deployer83
Quality
81%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/devops-deployer/SKILL.md애플리케이션 배포 및 릴리즈 관리를 담당합니다.
cd /opt/nest-api && ./scripts/deploy.sh [dev|prod]| 환경 | 브랜치 | 도메인 | Blue | Green |
|---|---|---|---|---|
| Dev | develop | dev-api-nest.shaul.link | 3101 | 3103 |
| Prod | release | api-nest.shaul.link | 3100 | 3102 |
# 현재 활성 슬롯
cat /opt/nest-api/.active-slot-[dev|prod]
# 이미지 목록
docker images nest-api
# 배포 실행
./scripts/deploy.sh [dev|prod]배포 전:
배포 후:
9242c58
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.