Skip to content

Commit

Permalink
Merge pull request #54 from LikeLion-12th-SKHU/main
Browse files Browse the repository at this point in the history
merge test
  • Loading branch information
sss4920 authored Aug 11, 2024
2 parents 6d6d3c6 + ea357e2 commit e30d6d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CD-MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CD

on:
pull_request:
branches: [ "main" ]
branches: [ "develop" ]

permissions:
contents: read

Expand Down Expand Up @@ -72,6 +73,6 @@ jobs:
username: ${{ secrets.RELEASE_SERVER_USER }}
key: ${{ secrets.RELEASE_SERVER_KEY }}
script: |
docker rm -f neighbor
docker rm -f neighbor-8080
docker image pull sss4920/neighbor
docker run -d --name neighbor-8080 -p 8080:8080 sss4920/neighbor

0 comments on commit e30d6d3

Please sign in to comment.