Skip to content

Commit b0ff65a

Browse files
authored
Update caprover.yml
1 parent 02a314c commit b0ff65a

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

.github/workflows/caprover.yml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
uses: AlexxNB/caprover-action@v1
2-
with:
3-
server: 'https://captain.server01.dankore.com'
4-
password: '${{ secrets.CAPROVER_PASSWORD }}'
5-
appname: 'github'
1+
name: Deploy to Caprover
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
build-my-app:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Build and Push Docker Image
16+
uses: AlexxNB/caprover-action@v1
17+
with:
18+
server: 'https://captain.server01.dankore.com'
19+
password: '${{ secrets.CAPROVER_PASSWORD }}'
20+
appname: 'github'
21+
22+
23+
24+

0 commit comments

Comments
 (0)