Skip to content

Commit

Permalink
chore: git-crypt unlock before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed May 8, 2024
1 parent 31ec47a commit e47de19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: uses: sliteteam/[email protected]
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: cd control-plane && flyctl deploy --remote-only
env:
Expand Down
3 changes: 2 additions & 1 deletion control-plane/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"allowJs": true,
},
"include": [
"src/index.ts"
"src/index.ts",
"src/utilities/migrate.ts"
]
}

0 comments on commit e47de19

Please sign in to comment.