Skip to content

Commit

Permalink
Add a placeholder deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 21, 2024
1 parent c8b63cc commit 8dcd7d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# name: deploy
# on:
# workflow_dispatch:
#
# clawsiecats:
# runs-on: ubuntu-latest
# steps:
# - name: Install Nix
# uses: cachix/install-nix-action@v27
# - name: Clone Repository
# uses: actions/checkout@v4
#
# - name: "Deploy: .#clawsiecats"
# run: |
# nix run github:serokell/deploy-rs -- -s .#clawsiecats

0 comments on commit 8dcd7d4

Please sign in to comment.