Skip to content

Commit

Permalink
Update deploy_dev_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-e-p committed May 25, 2023
1 parent 661ea7d commit 8cd1a03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_dev_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
run: |
echo "$remote_key" > ~/.ssh/id_github
chmod 600 ~/.ssh/id_github
ssh ${remote_user}@${remote_host} -i ~/.ssh/id_github -o StrictHostKeyChecking=no cd dev_deploy && bash test.sh
ssh ${remote_user}@${remote_host} -i ~/.ssh/id_github -o StrictHostKeyChecking=no
cd dev_deploy
bash test.sh
exit
rm ~/.ssh/id_github

0 comments on commit 8cd1a03

Please sign in to comment.