Skip to content

Commit

Permalink
Update backend_dev_merge_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zillionme authored Aug 29, 2023
1 parent 2721a31 commit 4374f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend_dev_merge_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Add GitHub to known hosts
run: ssh-keyscan github.com >> ~/.ssh/known_hosts

- name: deploy
run: |
cd /home/ubuntu
sudo chmod +x ./deploy.sh
sudo ./deploy.sh

0 comments on commit 4374f9a

Please sign in to comment.