Skip to content

Commit

Permalink
ci: flyway ci 검증 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonyj1022 authored Nov 1, 2023
1 parent 3bd176e commit 2abd09e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backend_dev_flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ on:
permissions: write-all

jobs:
build:
SSH:
if: contains(github.event.pull_request.labels.*.name, 'backend')
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: settings java
- name: Run scripts in server
uses: appleboy/ssh-action@v0.1.6
with:
java-version: '17'
distribution: 'temurin'
host: ${{ secrets.dev_ip }}
username: ${{ secrets.dev_user }}
key: ${{ secrets.dev_private_key }}
Expand Down

0 comments on commit 2abd09e

Please sign in to comment.