Skip to content

Commit

Permalink
Merge branch 'main' into DaveSkender/add-dev-container
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jan 6, 2025
2 parents 793da7a + 4f1d58d commit 80cd374
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
id: marker
run: echo "version=$(date +'%Y.%m.%d')-${{ github.run_number }}" >> $GITHUB_OUTPUT

- name: Summary output
run: |
{
echo "| Info | Value |"
echo "| :--- | :---- |"
echo "| Version | ${{ steps.marker.outputs.version }} |"
} >> $GITHUB_STEP_SUMMARY
build-backend:
name: Build backend
runs-on: ubuntu-latest
Expand Down Expand Up @@ -175,14 +183,14 @@ jobs:
publish-profile: ${{ secrets.PUBLISH_PROFILE_API }}

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_KEY }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
directory: artifacts/web
wranglerVersion: "latest"
command: >
pages deploy artifacts/web
--project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }}
- name: Tag and draft release note
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 80cd374

Please sign in to comment.