Skip to content

Commit

Permalink
ci/cd: fix workflow for deploying website to Fly.io
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmith committed Dec 15, 2023
1 parent aeabcfd commit 82fc55f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Download Pushup executable
uses: dawidd6/action-download-artifact@v2
with:
name: pushup-exe
name: pushup
workflow: go.yml
- name: Set Pushup exe perms
run: chmod +x pushup
- name: Set up Go
uses: actions/setup-go@v3
- run: chmod +x pushup
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build the Pushup site
Expand Down

0 comments on commit 82fc55f

Please sign in to comment.