feat: gitea action runner
All checks were successful
Deploy files / update-stack (push) Successful in 18s

This commit is contained in:
mco-system 2024-11-12 22:09:52 +11:00
parent c0c976f02c
commit 400708d466
2 changed files with 7 additions and 4 deletions

View File

@ -8,9 +8,8 @@ jobs:
steps:
- name: System update and upgrade
run: |
apt-get update && \
apt-get upgrade -y && \
apt-get install -y ssh rsync
apt-get update
apt-get upgrade -y
- name: Create SSH private key
run: |
mkdir -p .ssh/

View File

@ -4,5 +4,9 @@
"path": "."
}
],
"settings": {}
"settings": {
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/mco/projets/tetalab/tetalab.org/.gitea/workflows/deploy.yml"
}
}
}