From 1c0af896959359f817210a2c329ce312dff7b077 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 9 Aug 2024 23:38:26 +0200 Subject: [PATCH] Update deploy.yml --- .gitea/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index de5a654..e85aee1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 \ No newline at end of file + - name: 🔎 cleanup nix store 🖥️ + run: nix-store --gc