Skip to content

Commit

Permalink
changed shell, added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Cufee committed Jun 6, 2024
1 parent 924dd97 commit 98d3eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/canary_fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:
deploy:
name: Deploy app to canary
environment: Fly Canary
runs-on: ubuntu-latest
environment: Fly Canary
concurrency: deploy-group
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/sh
go run github.com/steebchen/prisma-client-go migrate deploy --schema /prisma/schema.prisma && /app

0 comments on commit 98d3eb7

Please sign in to comment.