Skip to content

Commit

Permalink
feat: testing staging and prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 14, 2024
1 parent faf276d commit 471806d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# types: [published]
push:
branches:
- "disabled/**"
- "fly-deploy"

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ env:
on:
push:
branches:
- main
# - main
- "fly-deploy"

jobs:
deploy:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish Docker image

on:
release:
types: [published]
# release:
# types: [published]
push:
branches:
- "fly-deploy"

jobs:
push_to_registries:
Expand Down

0 comments on commit 471806d

Please sign in to comment.