Skip to content

Commit

Permalink
ops: fixing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Oct 13, 2024
1 parent 9591eef commit 9ecaea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/helpers/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ urbit_repo=$(mktemp --dry-run /tmp/repo.urbit.XXXXXXXXX)
git clone --depth 1 [email protected]:urbit/urbit.git $urbit_repo -b '$URBIT_REPO_TAG' --single-branch
landscape_repo=$(mktemp --dry-run /tmp/repo.landscape.XXXXXXXXX)
git clone --depth 1 --branch master [email protected]:tloncorp/landscape.git $landscape_repo
cd $source_repo/ui
npm ci
npm run build
cd /home/kaladin
rsync -avL --delete $urbit_repo/pkg/base-dev/ '$folder'
rsync -avL $landscape_repo/desk-dev/ '$folder'
Expand Down

0 comments on commit 9ecaea5

Please sign in to comment.