Skip to content

Commit

Permalink
test deploy to production11
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 25, 2024
1 parent 6f2c7f9 commit 7b04894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: dev
ref: feature/convert_ci-cd_to_the_prod

- name: Set up SSH
run: |
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ssh-keyscan -H ${{ secrets.USERNAME }}@${{ secrets.HOST }} > ~/.ssh/known_hosts
ssh-keyscan -H ${{ secrets.HOST }} > ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
echo "${{ secrets.TEST_RSA_SECRET_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
Expand Down

0 comments on commit 7b04894

Please sign in to comment.