Skip to content

Commit

Permalink
apparently can't be named deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 18, 2024
1 parent 55fea25 commit 6c9e0c4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy.yml → .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
name: Deploy Site

on:
push:
branches:
- master
paths:
- docs/**
- .github/workflows/deploy.yaml
- .github/workflows/prod.yaml
- mkdocs.yml
- Dockerfile
- nginx.conf

jobs:
site:
runs-on: ubuntu-latest
name: Build Documentation
environment:
name: prod
url: https://relayrunner.org
steps:
steps:
- name: Git Clone
uses: actions/checkout@v4
with:
Expand All @@ -25,3 +24,7 @@ jobs:
uses: userbradley/actions-fly@v1.1.0
with:
flyToken: ${{ secrets.FLY_ACCESS_TOKEN_PROD }}
environment:
name: prod
url: https://relayrunner.org

0 comments on commit 6c9e0c4

Please sign in to comment.