You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2022/06/17 13:49:16 UTC

[fineract] branch rm-fineract.dev.yaml created (now 9781b7c91)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch rm-fineract.dev.yaml
in repository https://gitbox.apache.org/repos/asf/fineract.git


      at 9781b7c91 Delete fineract.dev.yaml (for now, may be restored again later)

This branch includes the following new commits:

     new 9781b7c91 Delete fineract.dev.yaml (for now, may be restored again later)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: Delete fineract.dev.yaml (for now, may be restored again later)

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch rm-fineract.dev.yaml
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 9781b7c9189ed71824d7a77ac245c32871807480
Author: Michael <mi...@vorburger.ch>
AuthorDate: Fri Jun 17 15:49:13 2022 +0200

    Delete fineract.dev.yaml (for now, may be restored again later)
    
    Due to https://github.com/vorburger/www.fineract.dev/issues/15, which I still haven't sorted out yet, this action, despite been green on https://github.com/apache/fineract/actions/workflows/fineract.dev.yaml, currently actually does NOT update https://www.fineract.dev anymore. The only thing this has been doing for the past 6 months is it keeps sending me GCP notification about GCB failures... ;-) Let's therefore remove this? I'll propose reverting this removal when / if I get around  [...]
---
 .github/workflows/fineract.dev.yaml | 45 -------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml
deleted file mode 100644
index 3b6bac071..000000000
--- a/.github/workflows/fineract.dev.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is the GitHub Action which
-# automatically updates https://www.fineract.dev
-#
-# see https://jira.apache.org/jira/browse/FINERACT-970
-# https://github.com/marketplace/actions/setup-gcloud-environment
-# and http://blog2.vorburger.ch/2020/05/fineractdev-cicd-from-github-to-google.html
-#
-# Created by Michael Vorburger.ch for Fineract in May 2020.
-#
-
-name: Deploy to https://www.fineract.dev
-
-on:
-  push:
-    branches:
-      - develop
-
-permissions:
-  contents: read
-
-jobs:
-  setup-build-deploy:
-    name: Deploy on Fineract.dev
-    if: github.repository == 'apache/fineract'
-    runs-on: ubuntu-latest
-
-    steps:
-      - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
-
-      - id: 'auth'
-        uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955 # tag=v0
-        with:
-          credentials_json: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}'
-
-      - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # tag=v0
-        with:
-          project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
-
-      - run: gcloud components install beta
-
-      - run: JOBS=$(gcloud beta builds list --ongoing --format="value[terminator=' '](id)") && [ ! -z "$JOBS" ] && echo "Cancelling $JOBS..." && gcloud builds cancel $JOBS --no-user-output-enabled || true
-
-      - run: gcloud beta builds triggers list
-
-      - run: gcloud beta builds triggers run deploy-demo --branch=master