Skip to content

Commit

Permalink
Remove bastion host from config (#463)
Browse files Browse the repository at this point in the history
Since we're deploying via the deployer instance, bastion is no longer
necessary.
  • Loading branch information
sds authored Dec 8, 2024
1 parent 2724a8f commit 3596710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ network:
x-shared-pod-options: &shared-pod-options
image: ami-056c76de488ba5820 # 64-bit ARM Amazon Linux 2023 with Docker Compose already installed
sshUser: ec2-user
bastionUser: ec2-user
bastionHost: 3.234.215.16
compose: deploy-docker-compose.yml
initScript: ec2-first-boot.sh
deploy:
Expand Down

0 comments on commit 3596710

Please sign in to comment.