Skip to content

Merge pull request #59 from FlowFuse/release-2.11.0 #30

Merge pull request #59 from FlowFuse/release-2.11.0

Merge pull request #59 from FlowFuse/release-2.11.0 #30

Workflow file for this run

name: Build Droplet snapshot
on:
push:
tags:
- "v*.*.*"
jobs:
build-snapshot:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup packer
uses: hashicorp/[email protected]
with:
version: latest
- name: install plugin
run: packer plugins install github.com/digitalocean/digitalocean 1.1.1
- name: build
env:
FF_VERSION: ${{ github.ref_name }}
DIGITALOCEAN_API_TOKEN: ${{ secrets.DIGITALOCEAN_API_TOKEN }}
run: ./build.sh