Skip to content

Commit

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

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Run code
run: npm run dev
# - name: Run code
# run: npm run dev

0 comments on commit 540d915

Please sign in to comment.