Skip to content

Commit

Permalink
test deploy to production19
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 25, 2024
1 parent 520d38a commit d6022d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
chmod 700 ~/.ssh
ssh-keyscan -H jetrai.online > ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
echo "${{ secrets.TEST_RSA_SECRET_KEY }}" > ~/.ssh/id_rsa
echo ${{ secrets.TEST_RSA_SECRET_KEY }} > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# - name: Create folder for deploy
# # run: ssh -vvv ${{ secrets.USERNAME }}@${{ secrets.HOST }} mkdir -p ${{ env.DEPLOY_PATH }}/infra
Expand Down

0 comments on commit d6022d4

Please sign in to comment.