Update deploy.yml
deploy config / Explore-Gitea-Actions (push) Successful in 27s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 27s
Details
This commit is contained in:
parent
0f4ac0e508
commit
1c0af89695
|
|
@ -1,16 +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: play
|
runs-on: play
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: 🎉 Test 🎉
|
||||||
run: whoami
|
run: whoami
|
||||||
- name: get latest git revision
|
- name: 💡 get latest git revision 🍏
|
||||||
run: cd /etc/nixos && git pull
|
run: cd /etc/nixos && git pull
|
||||||
- name: Activate config
|
- name: 🐧 Activate config 🐧
|
||||||
run: nixos-rebuild switch
|
run: nixos-rebuild switch
|
||||||
- name: cleanup nix store
|
- name: 🔎 cleanup nix store 🖥️
|
||||||
run: nix-store --gc
|
run: nix-store --gc
|
||||||
Loading…
Reference in New Issue