Skip to content

Commit

Permalink
style: 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 committed Apr 15, 2024
1 parent 2f356a9 commit e6ea112
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml → .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI-CD
on:
push:
branches: [ "master" , "develop", "feature/ci-cd" ]
branches: [ "master" , "develop" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Build with Maven
run: mvn package ${{ secrets.MAVEN_PACKAGE_OPTIONS }}

- name : upload file
- name : delivery
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SSH_IP }}
Expand All @@ -37,7 +36,7 @@ jobs:
target: "~/"
rm: false

- name: execute shell script
- name: deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_IP }}
Expand Down

0 comments on commit e6ea112

Please sign in to comment.