Skip to content

Commit

Permalink
chore: 새 배포환경에 맞게 cd 스크립트 수정 #416
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Nov 27, 2024
1 parent 56a7075 commit 334b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
deploy:
needs: build
timeout-minutes: 2
runs-on: [ self-hosted, linux, ARM64, dev ]
runs-on: [ dev, X64, Linux ]

steps:
- name: Download artifact file
Expand Down

0 comments on commit 334b09d

Please sign in to comment.