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