feat: gitea action runner
All checks were successful
Deploy files / update-stack (push) Successful in 18s
All checks were successful
Deploy files / update-stack (push) Successful in 18s
This commit is contained in:
parent
c0c976f02c
commit
400708d466
@ -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/
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user