Skip to content

Commit

Permalink
Upd deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 28, 2024
1 parent 22c29eb commit f5be732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/deploy_weather_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ jobs:
source: weatherApiService/
target: /home/xyl1gan4eg/myJavaProjects/weatherProject/

- name: SSH into server and test weatherApiService
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.CLIENT_PRIVATE_KEY }}
script: |
echo "Building weatherApiService on server..."
cd /home/xyl1gan4eg/myJavaProjects/weatherProject/weatherApiService
mvn test
echo "test completed."
# - name: Upload coverage reports to Codecov
# uses: codecov/[email protected]
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

- name: SSH into server and build weatherApiService
uses: appleboy/ssh-action@master
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Weather Project
[![wakatime](https://wakatime.com/badge/user/018ef218-3af8-4332-9010-91d30cbbb856/project/cd35eaf2-8fa2-436a-91a8-a6b1fc5f546e.svg)](https://wakatime.com/badge/user/018ef218-3af8-4332-9010-91d30cbbb856/project/cd35eaf2-8fa2-436a-91a8-a6b1fc5f546e)
[![Deploy to Ubuntu Server](https://github.com/XyL1GaN4eG/weatherProject/actions/workflows/deploy.yml/badge.svg)](https://github.com/XyL1GaN4eG/weatherProject/actions/workflows/deploy.yml)
[![codecov](https://codecov.io/github/XyL1GaN4eG/weatherProject/graph/badge.svg?token=HMQ9JCE25O)](https://codecov.io/github/XyL1GaN4eG/weatherProject)
## Описание

Этот проект представляет собой микросервисную архитектуру для работы с погодой и взаимодействия с Telegram ботом.
Expand Down

0 comments on commit f5be732

Please sign in to comment.