Skip to content

Commit 22ed755

Browse files
authored
Update caprover.yml
1 parent 8043ab4 commit 22ed755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/caprover.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
build-my-app:
1111

1212
runs-on: ubuntu-latest
13-
1413
steps:
1514
- name: Build and Push Docker Image
15+
- run: npm start './index.js'
1616
- uses: AlexxNB/caprover-action@v1
1717
with:
1818
server: 'https://captain.server01.dankore.com'
1919
password: '${{ secrets.CAPROVER_PASSWORD }}'
2020
appname: 'github'
21-
run: npm start './index.js'
21+

0 commit comments

Comments
 (0)