Skip to content

Commit

Permalink
refactor: ♻️ github action 파일 이름 변경, crawler 자동화 대응
Browse files Browse the repository at this point in the history
  • Loading branch information
jpham005 committed Oct 20, 2023
1 parent 981fcc8 commit 7560b22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cicd.yml → .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: CI/CD
name: Deploy Dev

on:
push:
branches:
- dev

jobs:
CD-dev:
name: develop
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
# needs: CI
deploy:
name: Deploy Dev
runs-on: ubuntu-22.04

steps:
- name: Deploy to Dev EC2
uses: appleboy/ssh-action@master
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Deploy
name: Deploy Prod

on:
release:
types:
- published
workflow_dispatch:

jobs:
deploy:
name: Deploy
name: Deploy Prod
runs-on: ubuntu-22.04

environment: Production
Expand Down

0 comments on commit 7560b22

Please sign in to comment.