Skip to content

Commit

Permalink
[IT-3964] Deploy new agora bastians (#30)
Browse files Browse the repository at this point in the history
The updated bastians contain the latest versions
of mongo db tools, synapse client and github hosted runner tools
  • Loading branch information
zaro0508 authored Dec 13, 2024
1 parent 44ffbab commit 599d570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/agoradev/develop/agora-bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ parameters:
# Name of an existing EC2 KeyPair to enable SSH access to the instance
KeyName: "agora-ci"
# (Optional) ID of the base AMI (supported distros: AWS linux)
AMIId: ami-05b72d008a5718961 # AMI with mongo and synapse tools
AMIId: ami-055ca5683a7880ef2 # AMI with mongo, synapse and Github hosted runner tools
2 changes: 1 addition & 1 deletion config/agoraprod/prod/agora-bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ parameters:
# Name of an existing EC2 KeyPair to enable SSH access to the instance
KeyName: "agora-ci"
# (Optional) ID of the base AMI (supported distros: AWS linux)
AMIId: ami-05b72d008a5718961 # AMI with mongo and synapse tools
AMIId: ami-055ca5683a7880ef2 # AMI with mongo, synapse and Github hosted runner tools
2 changes: 1 addition & 1 deletion config/agoraprod/staging/agora-bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ parameters:
# Name of an existing EC2 KeyPair to enable SSH access to the instance
KeyName: "agora-ci"
# (Optional) ID of the base AMI (supported distros: AWS linux)
AMIId: ami-05b72d008a5718961 # AMI with mongo and synapse tools
AMIId: ami-055ca5683a7880ef2 # AMI with mongo, synapse and Github hosted runner tools

0 comments on commit 599d570

Please sign in to comment.