Skip to content

Commit

Permalink
chore: action runner에서 커밋 아이디 출력하는 커맨드 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Feb 6, 2024
1 parent e305fa1 commit 0c7081d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
name: 배포
runs-on: [ self-hosted, label-prod ]
steps:
- name: 커밋 아이디 출력
run: echo ${GITHUB_SHA::8}
- name: 쉘 스크립트 실행
run: |
chmod +x /home/ubuntu/deploy.sh
Expand Down

0 comments on commit 0c7081d

Please sign in to comment.