Skip to content

Commit

Permalink
ci-cd : modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger authored Feb 14, 2024
1 parent 4110350 commit 28d11df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discovery-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x src/auth-service/gradlew
run: chmod +x src/discovery-service/gradlew

- name: 프로젝트 빌드
env:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: ./gradlew clean build -x test
shell: bash

- name: API 빌드 파일 복사
- name: 빌드 파일 복사
uses: appleboy/scp-action@master
with:
host: ${{ secrets.LIGHTSAIL_HOST }}
Expand All @@ -82,7 +82,7 @@ jobs:
source: "src/discovery-service/build/libs/easel-discovery-service-0.0.1-SNAPSHOT.jar"
target: "/home/ubuntu/palette/discovery-service"

- name: API LIGHTSAIL 인스턴스 접속 및 애플리케이션 실행
- name: LIGHTSAIL 인스턴스 접속 및 애플리케이션 실행
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.LIGHTSAIL_HOST }}
Expand Down

0 comments on commit 28d11df

Please sign in to comment.