Skip to content

Enable letsencrypt mode for EC2 provisioner #28

Enable letsencrypt mode for EC2 provisioner

Enable letsencrypt mode for EC2 provisioner #28

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.20.x
- name: Make
run: make all
- name: Upload release binaries
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./uploads/*"]'