Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Feb 12, 2024
1 parent 875370e commit ad9da21
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ jobs:
name: Deploy proxy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- run: flyctl deploy --config proxy.fly.toml --local-only
- name: Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy
run: flyctl deploy --config proxy.fly.toml --local-only

# deploy-tiles:
# name: Deploy proxy
Expand Down

0 comments on commit ad9da21

Please sign in to comment.