mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-24 17:22:53 +03:00
ops: adding refs back and quicker clones
This commit is contained in:
parent
af7f89ad26
commit
b06af1a5be
6
.github/helpers/deploy.sh
vendored
6
.github/helpers/deploy.sh
vendored
@ -16,11 +16,9 @@ cmdfile=$(mktemp "${TMPDIR:-/tmp/}janeway.XXXXXXXXX")
|
||||
# mktemp only used for generating a random folder name below
|
||||
cmds='
|
||||
source_repo=$(mktemp --dry-run /tmp/repo.janeway.XXXXXXXXX)
|
||||
echo $source_repo;
|
||||
git clone git@github.com:'$repo'.git $source_repo
|
||||
git clone --depth 1 git@github.com:'$repo'.git $source_repo
|
||||
urbit_repo=$(mktemp --dry-run /tmp/repo.urbit.XXXXXXXXX)
|
||||
echo $urbit_repo;
|
||||
git clone git@github.com:urbit/urbit.git $urbit_repo
|
||||
git clone --depth 1 git@github.com:urbit/urbit.git $urbit_repo
|
||||
cd $source_repo
|
||||
git checkout '$ref'
|
||||
cd /home/urb || return
|
||||
|
2
.github/workflows/deploy-canary.yml
vendored
2
.github/workflows/deploy-canary.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- id: deploy
|
||||
name: Deploy
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marzod us-west1-b
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marzod us-west1-b ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
2
.github/workflows/deploy-external.yml
vendored
2
.github/workflows/deploy-external.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- id: deploy
|
||||
name: Deploy
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marzod us-west1-b
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marzod us-west1-b ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
2
.github/workflows/deploy-internal.yml
vendored
2
.github/workflows/deploy-internal.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- id: deploy
|
||||
name: Deploy
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marzod us-west1-b
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marzod us-west1-b ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
2
.github/workflows/deploy-live.yml
vendored
2
.github/workflows/deploy-live.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- id: deploy
|
||||
name: Deploy
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden mister-dister-dozzod-dozzod us-central1-a
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden mister-dister-dozzod-dozzod us-central1-a ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
Loading…
Reference in New Issue
Block a user