mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-29 06:45:46 +00:00
Update Digital Ocean VM size (#116)
This commit is contained in:
1
.github/workflows/release-digital-ocean.yml
vendored
1
.github/workflows/release-digital-ocean.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
packer build marketplace-image.pkr.hcl
|
||||
|
||||
- name: Install doctl
|
||||
if: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
|
||||
uses: digitalocean/action-doctl@ba7726ed64a9c5eb774152b1ea03bf67ee81ad6e # v2.3.0
|
||||
with:
|
||||
token: ${{ steps.retrieve-secrets.outputs.digital-ocean-api-key }}
|
||||
|
||||
@@ -46,7 +46,7 @@ source "digitalocean" "bitwarden_self_host" {
|
||||
api_token = "${var.do_token}"
|
||||
image = "ubuntu-22-04-x64"
|
||||
region = "nyc3"
|
||||
size = "s-1vcpu-1gb"
|
||||
size = "s-1vcpu-2gb"
|
||||
snapshot_name = "${local.image_name}"
|
||||
ssh_username = "root"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user