mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
remove fly staging deployment action
This commit is contained in:
parent
a66e3493f7
commit
4456346912
1 changed files with 0 additions and 29 deletions
29
.github/workflows/fly-deploy-staging.yml
vendored
29
.github/workflows/fly-deploy-staging.yml
vendored
|
|
@ -1,29 +0,0 @@
|
||||||
|
|
||||||
name: Fly Deploy (staging)
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_run:
|
|
||||||
workflows: ["Publish to ghcr (staging)"]
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
name: Deploy staging app
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: 'true'
|
|
||||||
ref: v3
|
|
||||||
|
|
||||||
- name: Use flyctl
|
|
||||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
|
||||||
|
|
||||||
- name: Deploy to fly.io
|
|
||||||
run: |
|
|
||||||
cd $GITHUB_WORKSPACE/staging
|
|
||||||
flyctl deploy --local-only
|
|
||||||
env:
|
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DEPLOY_TOKEN }}
|
|
||||||
Loading…
Reference in a new issue