Skip to content

Commit

Permalink
fixed: yamdb_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chem1sto committed Dec 16, 2023
1 parent 5c55a4a commit fa6ebcf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/yamdb_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
runs-on: ubuntu-latest
needs: build_and_push_to_docker_hub
steps:
- name: Setup SSH
run: |
eval $(ssh-agent -s)
echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
mkdir -p ~/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- name: executing remote ssh commands to deploy
uses: appleboy/ssh-action@master
with:
Expand Down Expand Up @@ -92,4 +86,4 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: ${{ github.workflow }} успешно выполнен!
message: ${{ github.workflow }} успешно выполнен!

0 comments on commit fa6ebcf

Please sign in to comment.