first commit
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s
This commit is contained in:
commit
ad63e109c6
18 changed files with 683 additions and 0 deletions
3
.gitea/FUNDING.yml
Normal file
3
.gitea/FUNDING.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
ko_fi: stiebke
|
||||
buy_me_a_coffee: stiebke
|
||||
custom: ["https://www.paypal.me/stiebke", "https://stephan.hadan.de/sponsor"]
|
44
.gitea/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml
Normal file
44
.gitea/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml
Normal file
|
@ -0,0 +1,44 @@
|
|||
name: 🎉 Addition to list
|
||||
description: Suggest an addition to this list.
|
||||
title: '🎉 Add <App Name>'
|
||||
labels: ['addition']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
NOTE: Each discrete (stand-alone) request should be in its own issue.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🪩 Provide a link to the proposed addition
|
||||
description: Place link here.
|
||||
placeholder: |
|
||||
https://git.hadan-it.com/stiebke/techstack.hadan.de
|
||||
https://git.hadan-it.com/stiebke/techstack.hadan.de
|
||||
https://git.hadan-it.com/stiebke/techstack.hadan.de
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 😳 Explain why it should be added
|
||||
description: A clear and concise description of why it should be added to this list.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📖 Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 🧨 Issue Checklist
|
||||
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
|
||||
options:
|
||||
- label: I have checked for other similar issues
|
||||
- label: I have explained why this change is important
|
||||
- label: I have added necessary documentation (if appropriate)
|
||||
validations:
|
||||
required: true
|
21
.gitea/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml
Normal file
21
.gitea/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: 🗑 Removal from list
|
||||
description: Suggest a removal from this list.
|
||||
title: '🗑 Remove <App Name>'
|
||||
labels: ['removal']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
NOTE: Each discrete (stand-alone) request should be in its own issue.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 😳 Explain why it should be removed
|
||||
description: A clear and concise description of why it should be removed from this list.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📖 Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
48
.gitea/ISSUE_TEMPLATE/bug_report.yml
Normal file
48
.gitea/ISSUE_TEMPLATE/bug_report.yml
Normal file
|
@ -0,0 +1,48 @@
|
|||
name: 🐞 Bug Report
|
||||
description: File a report when something goes wrong so it can get fixed!
|
||||
title: '🐞 Bug Report: xxx.md'
|
||||
labels: ['bug']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
NOTE: Each discrete (stand-alone) request should be in its own issue.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🐞 Describe the bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
placeholder: ex. xxxx
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📖 Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
placeholder: ex. xxxx
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🌅 Screenshots
|
||||
description: If applicable, add screenshots to help explain your problem.
|
||||
placeholder: ex. xxxx
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: "💻 Desktop"
|
||||
placeholder: ex. `MacOS 13.0.1`
|
44
.gitea/ISSUE_TEMPLATE/feature_request.yml
Normal file
44
.gitea/ISSUE_TEMPLATE/feature_request.yml
Normal file
|
@ -0,0 +1,44 @@
|
|||
name: 🐝 Feature request
|
||||
description: Suggest a feature for this project
|
||||
title: '🐝 Feature request'
|
||||
labels: ['help wanted']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
NOTE: Each discrete (stand-alone) request should be in its own issue.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Is your feature request related to a problem? Please describe.
|
||||
description: A clear and concise description of what the problem is.
|
||||
placeholder: Ex. I'm always frustrated when [...]
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📖 Additional contex
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 🧨 Issue Checklist
|
||||
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
|
||||
options:
|
||||
- label: I have checked for other similar issues
|
||||
- label: I have explained why this change is important
|
||||
- label: I have added necessary documentation (if appropriate)
|
||||
validations:
|
||||
required: true
|
31
.gitea/workflows/ci.yml
Normal file
31
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: GitHub Actions Build and Deploy mein-techstack
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
# - run: npm run create:ast
|
||||
- name: Create private key
|
||||
run: |
|
||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||
chmod 600 /tmp/act_runner_key
|
||||
- name: rsync public directory
|
||||
run: |
|
||||
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/dist/* root@vps03.hadan-it.com:/data/webspace/techstack.hadan.de/
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
||||
|
31
.gitea/workflows/develop.yml
Normal file
31
.gitea/workflows/develop.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: GitHub Actions Build and Deploy mein-techstack
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
# - run: npm run create:ast
|
||||
- name: Create private key
|
||||
run: |
|
||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||
chmod 600 /tmp/act_runner_key
|
||||
- name: rsync public directory
|
||||
run: |
|
||||
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/dist/* root@vps03.hadan-it.com:/data/webspace/techstack.hadan.preview.de/
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue