From 97b84c7e8b7403cb4318dc7a21f5742db3d8c9dd Mon Sep 17 00:00:00 2001 From: estafons Date: Fri, 1 Mar 2024 10:45:06 +0200 Subject: [PATCH] CD: changes to remove constants.js.j2 file when deployed --- .github/workflows/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1dea030..cfad155 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -33,6 +33,8 @@ jobs: variables: | GOOGLE_ANALYTICS_ID=${{ secrets.GOOGLE_ANALYTICS }} + - name: Remove constants.js.j2 file + run: rm assets/js/constants.js.j2 - name: SCP files to production server uses: easingthemes/ssh-deploy@v3.0.1