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: steps:
- name: System update and upgrade - name: System update and upgrade
run: | run: |
apt-get update && \ apt-get update
apt-get upgrade -y && \ apt-get upgrade -y
apt-get install -y ssh rsync
- name: Create SSH private key - name: Create SSH private key
run: | run: |
mkdir -p .ssh/ mkdir -p .ssh/

View File

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