Skip to content

Commit

Permalink
also deploy proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Aug 5, 2024
1 parent e8d3ca7 commit 2e39293
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ on:
workflow_dispatch: ~

jobs:
# deploy-proxy:
# name: Deploy proxy
# runs-on: ubuntu-latest
# environment: proxy-production
#
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
#
# - name: Setup Fly
# uses: superfly/flyctl-actions/setup-flyctl@master
#
# - name: Deploy
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# run: |
# flyctl deploy --config proxy.fly.toml --local-only
deploy-proxy:
name: Deploy proxy
runs-on: ubuntu-latest
environment: proxy-production

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: |
flyctl deploy --config proxy.fly.toml --local-only
#
# generate-tiles:
# name: Generate tiles
Expand Down

0 comments on commit 2e39293

Please sign in to comment.