Compare commits
	
		
			6 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b8cd7f01aa | |||
| e813dd0320 | |||
| 18f0fb1472 | |||
| 6d5813baa9 | |||
| 165e36a166 | |||
| d6b4a1776c | 
							
								
								
									
										31
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -12,6 +12,13 @@ get: | |||||||
|   path: odit-git-bot |   path: odit-git-bot | ||||||
|   name: sshkey |   name: sshkey | ||||||
|  |  | ||||||
|  | --- | ||||||
|  | kind: secret | ||||||
|  | name: ci_token | ||||||
|  | get: | ||||||
|  |   path: odit-ci-bot | ||||||
|  |   name: apikey | ||||||
|  |  | ||||||
| --- | --- | ||||||
| kind: pipeline | kind: pipeline | ||||||
| type: kubernetes | type: kubernetes | ||||||
| @@ -43,6 +50,13 @@ steps: | |||||||
|         - sha512 |         - sha512 | ||||||
|         - adler32 |         - adler32 | ||||||
|         - crc32 |         - crc32 | ||||||
|  |   - name: trigger live build | ||||||
|  |     depends_on: ["gitea_release"] | ||||||
|  |     image: idcooldi/drone-webhook | ||||||
|  |     settings: | ||||||
|  |       urls: https://ci.odit.services/api/repos/lfk/scanclient-live/builds?SOURCE_TAG=${DRONE_TAG} | ||||||
|  |       bearer: | ||||||
|  |         from_secret: ci_token | ||||||
| trigger: | trigger: | ||||||
|   event: |   event: | ||||||
|     - tag |     - tag | ||||||
| @@ -57,11 +71,21 @@ steps: | |||||||
|     image: node:alpine |     image: node:alpine | ||||||
|     commands: |     commands: | ||||||
|       - npm --no-git-tag-version version ${SOURCE_TAG} |       - npm --no-git-tag-version version ${SOURCE_TAG} | ||||||
|   - name: commit & tag |   - name: push new version to repo | ||||||
|  |     image: appleboy/drone-git-push | ||||||
|  |     settings: | ||||||
|  |       commit: true | ||||||
|  |       commit_message: 🚀New package version ${SOURCE_TAG} [CI SKIP] | ||||||
|  |       author_email: bot@odit.services | ||||||
|  |       followtags: false | ||||||
|  |       branch: main | ||||||
|  |       remote: git@git.odit.services:lfk/scanclient-electron.git | ||||||
|  |       skip_verify: true | ||||||
|  |       ssh_key: | ||||||
|  |         from_secret: git_ssh | ||||||
|  |   - name: tag | ||||||
|     image: alpine/git |     image: alpine/git | ||||||
|     commands: |     commands: | ||||||
|       - git add . |  | ||||||
|       - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" |  | ||||||
|       - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}" |       - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}" | ||||||
|   - name: push to repo |   - name: push to repo | ||||||
|     image: appleboy/drone-git-push |     image: appleboy/drone-git-push | ||||||
| @@ -69,6 +93,7 @@ steps: | |||||||
|       commit: false |       commit: false | ||||||
|       author_email: bot@odit.services |       author_email: bot@odit.services | ||||||
|       followtags: true |       followtags: true | ||||||
|  |       branch: main | ||||||
|       remote: git@git.odit.services:lfk/scanclient-electron.git |       remote: git@git.odit.services:lfk/scanclient-electron.git | ||||||
|       skip_verify: true |       skip_verify: true | ||||||
|       ssh_key: |       ssh_key: | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "@lfk/scanclient-electron", | 	"name": "@lfk/scanclient-electron", | ||||||
| 	"version": "0.1.3", | 	"version": "0.2.0", | ||||||
| 	"description": "minimal electron application", | 	"description": "minimal electron application", | ||||||
| 	"main": "main.js", | 	"main": "main.js", | ||||||
| 	"scripts": { | 	"scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user