Skip to content

Merge pull request #27 from FlowFuse/release-1.14.0 #15

Merge pull request #27 from FlowFuse/release-1.14.0

Merge pull request #27 from FlowFuse/release-1.14.0 #15

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