Skip to content

Commit

Permalink
Dev (#4)
Browse files Browse the repository at this point in the history
* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Write README

* Write README

* fix mkdir

* fix path

* fix deploy.yml
  • Loading branch information
SergTyapkin authored Jan 29, 2024
1 parent 630035b commit 271fa67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
uses: actions/checkout@master

- name: Deploy to server
if: ${{ !env.ACT }}
uses: appleboy/ssh-action@master
with:
host: ${{ vars.DEPLOY_HOST }}
username: legend
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_DEPLOY_KEY }}
script: |
cd ~/vue-frontend-template
cd ${{ vars.PROJECT_PATH }}
sudo make update

0 comments on commit 271fa67

Please sign in to comment.