All checks were successful
Build Website / build (push) Successful in 1s
fix dates / git, resume CI/CD.
6 lines
No EOL
239 B
Bash
Executable file
6 lines
No EOL
239 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# Minimal build script: build the image from hugo_git/Dockerfile using hugo_git as context
|
|
docker build -t forgejo.jmopines.com/jm/hugo-git:latest .
|
|
docker push forgejo.jmopines.com/jm/hugo-git:latest |