Files
SculptedArcWebSite/.gitea/workflows/deploy.yml
jamesratcliffe101 f40e8c638c
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 49s
test login-action
2026-06-04 20:31:07 +01:00

19 lines
564 B
YAML

name: Build and Deploy NextJS SculptedArc Website
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps:
# 1. Log into your self-hosted gitea container storage layer
- name: Log in to gitea Container Registry
uses: docker/login-action@v4
with:
registry: gitea.sculpted-arc.co.uk # Change to your gitea domain
username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN_GITEA }} # Store a personal access token in your repo secrets for security