Skip to content

Commit

Permalink
feat : 불필요한 테스트 트리거 제거 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 19, 2024
1 parent ce8ae00 commit f17bd60
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/action-develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ on:
push:
branches:
- develop
pull_request: # 테스트 트리거
branches:
- develop
- feature/**

# 코드의 내용을 이 파일을 실행하여 action을 수행하는 주체(Github Actions에서 사용하는 VM)가 읽을 수 있도록 권한을 설정
# 코드의 내용을 이 파일을 실행하여 action을 수행하는 주체(Github Actions에서 사용하는 VM)가 읽을 수 있도록 권한을 설정
permissions:
contents: read

Expand Down Expand Up @@ -72,17 +68,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha, mode=max

# Docker Hub 에 nginx 푸시
# - name: Build and push nginx
# uses: docker/build-push-action@v4
# with:
# context: ./nginx
# file: nginx/Dockerfile-nginx
# push: true
# tags: ${{ secrets.DOCKER_NGINX_REPOSITORY }}:latest
# cache-from: type=gha
# cache-to: type=gha, mode=max

# appleboy/ssh-action@master 액션을 사용하여 지정한 서버에 ssh로 접속하고, script를 실행합니다.
# 실행 시, docker-compose를 사용합니다.
# useranme : ubuntu 우분투 기반 ec2 일 경우 기본이름
Expand Down

0 comments on commit f17bd60

Please sign in to comment.