From e47de195806634b45f71372b914503670fe124ba Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Wed, 8 May 2024 16:20:11 +1000 Subject: [PATCH] chore: git-crypt unlock before deploy --- .github/workflows/docs-and-deploy.yml | 3 +++ control-plane/tsconfig.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-and-deploy.yml b/.github/workflows/docs-and-deploy.yml index 4bb86cdb..deb38b3a 100644 --- a/.github/workflows/docs-and-deploy.yml +++ b/.github/workflows/docs-and-deploy.yml @@ -57,6 +57,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v3 + - uses: uses: sliteteam/github-action-git-crypt-unlock@1.2.0 + env: + GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} - uses: superfly/flyctl-actions/setup-flyctl@master - run: cd control-plane && flyctl deploy --remote-only env: diff --git a/control-plane/tsconfig.json b/control-plane/tsconfig.json index 61c166ae..843364ca 100644 --- a/control-plane/tsconfig.json +++ b/control-plane/tsconfig.json @@ -10,6 +10,7 @@ "allowJs": true, }, "include": [ - "src/index.ts" + "src/index.ts", + "src/utilities/migrate.ts" ] } \ No newline at end of file