From 68590dbee1c04084e764b1a89a2c41fb35f1f3f6 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Mon, 18 Dec 2023 14:26:13 +0000 Subject: [PATCH] Workflow updating files of btcwallet --- btcwallet/.github/workflows/repopush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btcwallet/.github/workflows/repopush.yml b/btcwallet/.github/workflows/repopush.yml index dc5ae76..4e2e917 100644 --- a/btcwallet/.github/workflows/repopush.yml +++ b/btcwallet/.github/workflows/repopush.yml @@ -1,4 +1,4 @@ -name: Pull changes and deploy API +name: Push to Dappbundle on: [push] jobs: build: @@ -29,4 +29,4 @@ jobs: cd /home/production/deployed/dappbundle && git clone https://github.com/ranchimall/${{ github.event.repository.name }} cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes - cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" \ No newline at end of file + cd /home/production/deployed/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"