Update workflow
deploy config / Explore-Gitea-Actions (push) Successful in 25s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 25s
Details
This commit is contained in:
parent
63ed54996e
commit
87fd51b1e1
|
|
@ -1,11 +1,16 @@
|
||||||
name: deploy config
|
name: deploy config
|
||||||
run-name: ${{ gitea.actor }} deploys new nginx config 🚀
|
run-name: 🚀 ${{ gitea.actor }} deploys new nginx config 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: docker
|
runs-on: play
|
||||||
steps:
|
steps:
|
||||||
- run: whoami
|
- name: 🎉 Test 🎉
|
||||||
- run: cd /etc/nixos && git pull
|
run: whoami
|
||||||
- run: nixos-rebuild switch
|
- name: 💡 get latest git revision 🍏
|
||||||
|
run: cd /etc/nixos && git pull
|
||||||
|
- name: 🐧 Activate config 🐧
|
||||||
|
run: nixos-rebuild switch
|
||||||
|
- name: 🔎 cleanup nix store 🖥️
|
||||||
|
run: nix-store --gc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue