Account Fixture 추가 및 Fixture 패키지 통합 #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Trigger | |
on: | |
push: | |
branches: [ main, develop ] | |
jobs: | |
build-trigger: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Deploy Trigger | |
run: | | |
curl -X POST http://ec2-3-37-14-140.ap-northeast-2.compute.amazonaws.com:20001/job/animory-deploy/build \ | |
--user admin:${{ secrets.JENKINS_DEPLOY_KEY }} | |