This commit is contained in:
Tom 2024-08-07 21:45:49 +02:00
parent c9a522f583
commit 8033aa6182
1 changed files with 3 additions and 1 deletions

View File

@ -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"