Add deployment action
deploy config / Explore-Gitea-Actions (push) Waiting to run
Details
deploy config / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
b2e3ac8bea
commit
a5986c849a
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: deploy config
|
||||||
|
run-name: ${{ gitea.actor }} deploys new nginx config 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: whoami
|
||||||
|
- run: cd /etc/nixos && git pull
|
||||||
|
- run: nixos-rebuild switch
|
||||||
Loading…
Reference in New Issue