Skip to content

Commit

Permalink
[fix] 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Dec 18, 2023
1 parent 8d32cdb commit 7ed4a75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Deploy to EC2
on:
push:
branches:
- dev
- refact/os-migration

permissions:
contents: read

jobs:
build:
# runs-on을 ubuntu-lastest에서 변경했음
# 참고자료 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: linux
runs-on: ubuntu-latest
steps:
# 기본 체크아웃
- name: Checkout
Expand Down

0 comments on commit 7ed4a75

Please sign in to comment.