Test
This commit is contained in:
parent
c9a522f583
commit
8033aa6182
|
|
@ -1,9 +1,11 @@
|
||||||
name: deploy config
|
name: deploy config
|
||||||
run-name: ${{ gitea.actor }} deploys new ngonx config 🚀
|
run-name: ${{ gitea.actor }} deploys new nginx config 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo ${{ GITEAS_SSH_PRIVATE }} > ~/.ssh/id_ed25519
|
||||||
steps:
|
steps:
|
||||||
- run: ssh -o StrictHostKeyChecking=no ${{ secrets.NGINX_USER }}@${{ secrets.NGINX_HOST }} "whoami"
|
- run: ssh -o StrictHostKeyChecking=no ${{ secrets.NGINX_USER }}@${{ secrets.NGINX_HOST }} "whoami"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue