repository set up
All checks were successful
Deploy to Netlify / build (push) Successful in 10s

This commit is contained in:
Genstar 2024-10-04 21:57:17 -03:00
commit 28eeaceb12
Signed by: Genstar
GPG key ID: 126410EC6B40E3EA
4 changed files with 3315 additions and 0 deletions

View file

@ -0,0 +1,29 @@
name: Deploy to Netlify
on:
push:
branches:
- main
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
name: Checkout
- name: Deploy
uses: https://github.com/nwtgck/actions-netlify.git@v3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from Forgejo Action"
publish-dir: './www'
production-branch: main
production-deploy: true
enable-pull-request-comment: true
enable-commit-comment: true
overwrites-pull-request-comment: true
enable-github-deployment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1

0
README.md Normal file
View file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff