Skip to content

Commit b65531b

Browse files
committed
Add workflow
1 parent 82a1d8c commit b65531b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "virtualmin.dev: virtualmin/virtualmin-nginx-ssl"
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
11+
with:
12+
build-type: module
13+
project-name: ${{ github.event.repository.name }}
14+
secrets:
15+
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
16+
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
17+
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
18+
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
19+
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
20+
DEV_SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}

0 commit comments

Comments
 (0)