Update deploy.yml
deploy config / Explore-Gitea-Actions (push) Successful in 27s Details

This commit is contained in:
Tom 2024-08-09 23:38:26 +02:00
parent 0f4ac0e508
commit 1c0af89695
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
name: deploy config
run-name: ${{ gitea.actor }} deploys new nginx config 🚀
run-name: 🚀 ${{ gitea.actor }} deploys new nginx config 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: play
steps:
- name: Test
- name: 🎉 Test 🎉
run: whoami
- name: get latest git revision
- name: 💡 get latest git revision 🍏
run: cd /etc/nixos && git pull
- name: Activate config
- name: 🐧 Activate config 🐧
run: nixos-rebuild switch
- name: cleanup nix store
run: nix-store --gc
- name: 🔎 cleanup nix store 🖥️
run: nix-store --gc