Add action
deploy config / Explore-Gitea-Actions (push) Failing after 1s Details

This commit is contained in:
Tom 2024-08-07 21:21:13 +02:00
parent 9d27bdcf8a
commit 5244a430c6
2 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,9 @@
name: deploy config
run-name: ${{ gitea.actor }} deploys new ngonx config 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: ssh {{ secrets.NGINX_USER }}@{{ secrets.NGINX_HOST }} "whoami"

View File

@ -16,9 +16,7 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "nginx"; # Define your hostname.
# Enable networking
networking.hostName = "nginx";
networking.networkmanager.enable = true;
# Set your time zone.