Skip to content

Commit

Permalink
Switch to hosting on a different server
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Nov 30, 2023
1 parent afb9f23 commit ba657fe
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 129 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Check out code into the proper directory
uses: actions/checkout@v4

- name: Set up flyctl
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -41,6 +38,9 @@ jobs:
tags: ghcr.io/${{ env.REPO }}:latest
platforms: linux/amd64

- run: flyctl deploy
env:
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
deploy:
runs-on: ubuntu-latest
needs: [publish]
steps:
- name: Notify bot of updates
run: "curl --max-time 30 -H 'Authorization: Bearer ${{ secrets.RESTART_TOKEN }}' https://hooks.valk.sh/update/mcping"
Loading

0 comments on commit ba657fe

Please sign in to comment.