Update Digital Ocean VM size (#116)

This commit is contained in:
Vince Grassia
2023-06-13 06:15:29 -04:00
committed by GitHub
parent 86d5ddbdfc
commit ba91dd6857
2 changed files with 2 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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"
}