Skip to content

Commit 48c2272

Browse files
authored
Remove old scripts & targets (#530)
* chore: remove Auto Drive Gateway deployment workflow and associated Ansible playbook * chore: remove unused Taurus deployment options from backend deploy workflow * chore: update target machines for backend deployment workflow
1 parent 0f4f53a commit 48c2272

File tree

3 files changed

+2
-168
lines changed

3 files changed

+2
-168
lines changed

.github/workflows/auto-drive-backend-deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ on:
77
description: "Target machines to deploy to"
88
required: true
99
type: choice
10-
default: auto_drive_taurus_staging
10+
default: auto_drive_mainnet_staging
1111
options:
1212
- auto_drive_mainnet_private
1313
- auto_drive_mainnet_public
14-
- auto_drive_taurus_private
15-
- auto_drive_taurus_public
16-
- auto_drive_taurus_staging
1714
- auto_drive_mainnet_staging
1815
image_tag:
1916
description: "Docker image tag visit in the releases page at (https://github.com/autonomys/auto-drive/pkgs/container/auto-drive-backend)"
@@ -43,7 +40,7 @@ jobs:
4340
echo "Using manual inputs"
4441
else
4542
# Push trigger - use defaults
46-
TARGET_MACHINES="auto_drive_taurus_staging"
43+
TARGET_MACHINES="auto_drive_mainnet_staging"
4744
IMAGE_TAG="" # or set a default like "latest"
4845
echo "Using push defaults"
4946
fi

.github/workflows/auto-drive-gateway-deploy.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

ansible/auto-drive-multinetwork-gateway.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)