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