File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 token : ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN_2026_08 }}
2222 - id : create
2323 name : Create droplet
24- run : doctl compute droplet create --enable-monitoring --image ubuntu-24-04-x64 --size s-4vcpu-8gb --region nyc3 --ssh-keys "${SSH_FINGERPRINT}" --tag-name labs --user-data-file ./cloud-config.yml --wait "geosearch-${GITHUB_RUN_ID}"
24+ run : doctl compute droplet create --enable-monitoring --image ubuntu-24-04-x64 --size s-8vcpu-16gb --region nyc3 --ssh-keys "${SSH_FINGERPRINT}" --tag-name labs --user-data-file ./cloud-config.yml --wait "geosearch-${GITHUB_RUN_ID}"
2525 - id : save
2626 name : Save IPv4
2727 run : echo "::set-output name=IPV4::$(doctl compute droplet get "geosearch-${GITHUB_RUN_ID}" --template "{{- .PublicIPv4 -}}")"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ disable_root: true
1010package-update : true
1111package-upgrade : true
1212packages :
13- - docker
14- - docker-compose
13+ - docker.io
14+ - docker-compose-plugin
1515runcmd :
1616 - ' runuser -l pelias -c "mkdir /home/pelias/geosearch"'
1717 - ' runuser -l pelias -c "cd /home/pelias/geosearch && git clone https://github.com/NYCPlanning/labs-geosearch-docker.git ."'
You can’t perform that action at this time.
0 commit comments