Skip to content

Commit

Permalink
fix: deploy script 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
xGreenNarae committed Oct 13, 2023
1 parent 1668be5 commit f365aab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: deploy

on:
push:
branches: [ develop ]

jobs:
deploy:
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-fe-deploy/build \
--user admin:${{ secrets.JENKINS_DEPLOY_KEY }}

0 comments on commit f365aab

Please sign in to comment.