Skip to content

Commit 0ad184d

Browse files
authored
chore: Update deploy.yml
1 parent 6ef6f3d commit 0ad184d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target: "${{ secrets.DEPLOY_PATH }}/dist/"
4646
strip_components: 1
4747

48-
- name: Install dependencies
48+
- name: Install dependencies on server
4949
uses: appleboy/ssh-action@v1.2.2
5050
with:
5151
host: ${{ secrets.HOST }}
@@ -55,3 +55,7 @@ jobs:
5555
script: |
5656
cd ${{ secrets.DEPLOY_PATH }}
5757
npm ci --production
58+
59+
- name: Restart ALTERSHAPER
60+
run: |
61+
curl -X POST -u "${{ secrets.API_KEY }}:" ${{ secrets.API_URL }}

0 commit comments

Comments
 (0)