Skip to content

Commit

Permalink
git hub workflow updated to namada-mainnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Dec 3, 2024
1 parent 54c8b15 commit e9d86a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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



Expand All @@ -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}" &&
Expand Down

0 comments on commit e9d86a7

Please sign in to comment.