Skip to content

Commit

Permalink
Merge pull request #103 from Step3-kakao-tech-campus/fix/#102
Browse files Browse the repository at this point in the history
GitHub Actions Workflow 수정(on PR deploy -> on Push deploy)
  • Loading branch information
JeonDoGyun authored Oct 13, 2023
2 parents 1668be5 + f365aab commit c6efeb7
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 c6efeb7

Please sign in to comment.