Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Springrx committed Jan 30, 2024
1 parent 540d915 commit cdb98c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
with:
host: 106.15.170.182
username: aplus
password: ${{ secrets.SERVER_PASSWORD }}
key: ${{ secrets.DEPLOY_KEY }}
script: |
git clone https://github.com/Springrx/location_server.git
cd /home/aplus/location_server
cd /home/aplus/locationTap
sudo git pull
npm install
npm run dev
# - name:
# Pull latest code
# run: git clone https://github.com/Springrx/location_server.git
Expand Down

0 comments on commit cdb98c9

Please sign in to comment.