Workflow updating files of btcwallet

This commit is contained in:
RanchiMall Dev 2023-12-18 14:26:13 +00:00
parent c2808bd161
commit 68590dbee1

View File

@ -1,4 +1,4 @@
name: Pull changes and deploy API name: Push to Dappbundle
on: [push] on: [push]
jobs: jobs:
build: 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 && 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/${{ 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" 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"