Skip to content

Commit

Permalink
chore: remove cron deploy, deploy with new release from now
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Sep 29, 2023
1 parent ed37286 commit 68f4668
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy
on:
push:
tags:
- 'v*'

env:
UNCONDITIONAL_API_SOURCE_CLIENT_KEY: ${{ secrets.UNCONDITIONAL_API_SOURCE_CLIENT_KEY }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: fly deploy --build-secret UNCONDITIONAL_API_SOURCE_CLIENT_KEY=${UNCONDITIONAL_API_SOURCE_CLIENT_KEY}
15 changes: 0 additions & 15 deletions .github/workflows/fly-cron-deploy.yaml

This file was deleted.

0 comments on commit 68f4668

Please sign in to comment.