11 Commits

Author SHA1 Message Date
9bd2e04df8 [chore] - test web hook
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error
2023-07-17 15:24:32 +07:00
092e3a8c99 [chore] - change name pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 15:18:31 +07:00
2a036620ce [update] - change pipeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-07-17 14:37:27 +07:00
35bd5cc870 [update] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 13:29:02 +07:00
0a88c0b939 [chore] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 17:19:19 +07:00
c9335aa929 [chore] - test pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 17:14:56 +07:00
d04bab9cd6 [chore] - test pipelibe
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:53:18 +07:00
cb8433ac7b [chore] - update pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:42:24 +07:00
007148a5ed [chore] - remove message in pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:34:01 +07:00
3af89b70e1 [chore] - test plugin
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-16 16:29:05 +07:00
408a2f0ed0 0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-03-27 15:55:36 +07:00
3 changed files with 14 additions and 3 deletions

View File

@@ -31,3 +31,14 @@ steps:
from_secret: kube_token from_secret: kube_token
# commands: # commands:
# - kubectl --insecure-skip-tls-verify --namespace=rmutr rollout restart deployment/rmutr-budget-api # - kubectl --insecure-skip-tls-verify --namespace=rmutr rollout restart deployment/rmutr-budget-api
- name: discord-webhook
image: 71dev/go-discord-plugin
settings:
url: https://utility.71dev.com/utility-api/giteawebhook
method: post
body: |
hello world
when:
status:
- failure
- success

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "ng-gitea", "name": "ng-gitea",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ng-gitea", "name": "ng-gitea",
"version": "0.0.1", "version": "0.0.2",
"dependencies": { "dependencies": {
"@angular/animations": "^14.1.0", "@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0", "@angular/common": "^14.1.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "ng-gitea", "name": "ng-gitea",
"version": "0.0.1", "version": "0.0.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",