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:
|
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/
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user