Deploy gitea page
Deploy / deploy (pull_request) Successful in 2m10s
Details
Deploy / deploy (pull_request) Successful in 2m10s
Details
This commit is contained in:
parent
5d406bd512
commit
23cc195125
|
@ -0,0 +1,22 @@
|
|||
name: "Deploy"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest-personal
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy to webdocs
|
||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
|
||||
with:
|
||||
source: .
|
||||
target: google-ime-handwriting-request/${{ gitea.ref_name }}/
|
||||
username: oysteikt
|
||||
ssh-key: ${{ secrets.OYSTEIKT_GITEA_WEBDOCS_SSH_KEY }}
|
||||
host: microbel.pvv.ntnu.no
|
||||
known-hosts: "microbel.pvv.ntnu.no ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
Reference in New Issue