Skip to content

Commit

Permalink
chore(config): updates deploy ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 29, 2024
1 parent ed82268 commit d83b6e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,5 @@ jobs:

deploy:
needs: release
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
if: |
github.event_name == 'push' &&
(
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/dev'
)
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
uses: kurocado-studio/styleguide/.github/workflows/workflow.deploy.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@flydotio/dockerfile": "^0.5.9",
"@kurocado-studio/styleguide": "1.2.3-alpha.2",
"@kurocado-studio/styleguide": "1.2.3-alpha.3",
"@remix-run/dev": "^2.8.1",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.18",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d83b6e7

Please sign in to comment.