We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a314c commit b0ff65aCopy full SHA for b0ff65a
1 file changed
.github/workflows/caprover.yml
@@ -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'
+name: Deploy to Caprover
+
+on:
+ push:
+ branches: [ master ]
6
+ pull_request:
7
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