diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8a6476eb..8d3a7777 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,6 +1,7 @@ name: deploy on: + workflow_dispatch: push: branches: - main @@ -20,6 +21,6 @@ jobs: with: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_PINBALL_DEV }}" - projectId: ashehwkdkdjruejdnensjsjdne - expires: 30d - channelId: live \ No newline at end of file + channelId: live + projectId: pinball-dev + target: ashehwkdkdjruejdnensjsjdne \ No newline at end of file