From e9d86a7cb4b608142e60fb2a8c9189fed99e40e8 Mon Sep 17 00:00:00 2001 From: SrikanthSoparla Date: Tue, 3 Dec 2024 21:37:02 +0530 Subject: [PATCH] git hub workflow updated to namada-mainnet. --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index efb061f..e77f2a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,13 +1,13 @@ name: deploy on: push: - branches: [ "omniflix-mainnet" ] + branches: [ "namada-mainnet" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: env: - DEPLOY_DIR: /var/www/insync-omniflix + DEPLOY_DIR: /var/www/insync-namada @@ -33,8 +33,8 @@ jobs: mkdir -p "$HOME/$GITHUB_REPOSITORY" git clone https://github.com/$GITHUB_REPOSITORY "$HOME/$GITHUB_REPOSITORY" cd "$HOME/$GITHUB_REPOSITORY" - git checkout omniflix-mainnet && - git pull origin omniflix-mainnet && + git checkout namada-mainnet && + git pull origin namada-mainnet && yarn && yarn build && sudo rm -rf "${DEPLOY_DIR}" &&