Skip to content

Commit

Permalink
Merge pull request #116 from MacroSoft-Team/chore/#115/publishBranchC…
Browse files Browse the repository at this point in the history
…hange

[CHORE] 배포 브랜치 master로 변경
  • Loading branch information
dgh06175 authored Dec 24, 2024
2 parents 0f2c8d6 + b1d6807 commit 3a48bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployEC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Amazon EC2
on:
push:
branches:
- develop
- master

env:
AWS_REGION: ap-northeast-2
Expand All @@ -16,10 +16,10 @@ jobs:
build-with-gradle:
runs-on: ubuntu-latest
steps:
- name: develop 브랜치로 이동 및 서브모듈 초기화
- name: master 브랜치로 이동 및 서브모듈 초기화
uses: actions/checkout@v4
with:
ref: develop
ref: master
submodules: true
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
- name: JDK 17 설치
Expand Down

0 comments on commit 3a48bce

Please sign in to comment.