Skip to content

Commit 179855b

Browse files
authored
refactor: use shared service deploy workflow and fix filename typo (#11)
- Migrate to reusable workflow from infra repo - Fix filename typo: sub-deloy.yml -> sub-deploy.yaml - Reduce workflow file from 80 lines to 14 lines - Support new timestamp-sha tag format - Centralize deployment logic for easier maintenance
1 parent 65090f9 commit 179855b

2 files changed

Lines changed: 14 additions & 80 deletions

File tree

.github/workflows/sub-deloy.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/sub-deploy.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Docker Deploy (Dev/Stg)
2+
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
- stg
8+
9+
jobs:
10+
deploy:
11+
uses: gsc-lab/cs25-1-bannote-infra/.github/workflows/shared-service-deploy.yaml@main
12+
with:
13+
service-name: studyroom-service
14+
secrets: inherit

0 commit comments

Comments
 (0)