Skip to content

Commit

Permalink
Update: CICD github token has updated
Browse files Browse the repository at this point in the history
  • Loading branch information
insung3511 committed Sep 26, 2023
1 parent be35a34 commit 917288d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,10 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/python-ci:latest

-
name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/motus_ml:latest
docker run -d -p 8000:8000 ${{ secrets.DOCKERHUB_USERNAME }}/motus_ml:latest
-
name: 테스트 실패 시, 실패한 코드 라인에 Check 코멘트를 등록합니다
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
token: ${{ github.GHT_TOKEN }}
token: ${{ github.TOKEN }}

0 comments on commit 917288d

Please sign in to comment.