From 9da261aae2f5f87dbf411a65accb0c0726c6197f Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sun, 16 Feb 2025 22:30:34 +1100 Subject: [PATCH] Revert "Fixed deployment scripts" --- .github/workflows/deploy_staging.yaml | 3 --- Makefile | 6 ------ 2 files changed, 9 deletions(-) diff --git a/.github/workflows/deploy_staging.yaml b/.github/workflows/deploy_staging.yaml index c5af658..21f7705 100644 --- a/.github/workflows/deploy_staging.yaml +++ b/.github/workflows/deploy_staging.yaml @@ -27,9 +27,6 @@ jobs: chmod +x tailwindcss sudo mv tailwindcss /usr/local/bin/ - - name: Run init - run: make init - - name: Run tests run: make test diff --git a/Makefile b/Makefile index 99a6fd7..7c92eaf 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,3 @@ test: clean: go clean - - -init: - go mod init projectreshoot - go mod tidy - go generate