We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef6f3d commit 0ad184dCopy full SHA for 0ad184d
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
target: "${{ secrets.DEPLOY_PATH }}/dist/"
46
strip_components: 1
47
48
- - name: Install dependencies
+ - name: Install dependencies on server
49
uses: appleboy/ssh-action@v1.2.2
50
with:
51
host: ${{ secrets.HOST }}
@@ -55,3 +55,7 @@ jobs:
55
script: |
56
cd ${{ secrets.DEPLOY_PATH }}
57
npm ci --production
58
+
59
+ - name: Restart ALTERSHAPER
60
+ run: |
61
+ curl -X POST -u "${{ secrets.API_KEY }}:" ${{ secrets.API_URL }}
0 commit comments