Add action
deploy config / Explore-Gitea-Actions (push) Failing after 1s
Details
deploy config / Explore-Gitea-Actions (push) Failing after 1s
Details
This commit is contained in:
parent
9d27bdcf8a
commit
5244a430c6
|
|
@ -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"
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue