initial commit: next.js 16 scaffold + docker + gitea actions
Some checks failed
Deploy stable / deploy (push) Failing after 1s
Some checks failed
Deploy stable / deploy (push) Failing after 1s
This commit is contained in:
12
.gitea/workflows/deploy.yml
Normal file
12
.gitea/workflows/deploy.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Deploy stable
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: sudo /usr/local/bin/impact-deploy.sh stable
|
||||
Reference in New Issue
Block a user