Skip to content

spacing in certbot command #9

spacing in certbot command

spacing in certbot command #9

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Build docker image
run: |
docker build .