Skip to content

Commit 8043ab4

Browse files
authored
Update caprover.yml
1 parent 62948b7 commit 8043ab4

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/caprover.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ jobs:
1414
steps:
1515
- name: Build and Push Docker Image
1616
- uses: AlexxNB/caprover-action@v1
17-
1817
with:
19-
server: 'https://captain.server01.dankore.com'
20-
password: '${{ secrets.CAPROVER_PASSWORD }}'
21-
appname: 'github'
22-
- run: npm start ./index.js
23-
24-
25-
18+
server: 'https://captain.server01.dankore.com'
19+
password: '${{ secrets.CAPROVER_PASSWORD }}'
20+
appname: 'github'
21+
run: npm start './index.js'

0 commit comments

Comments
 (0)