Skip to content

Commit

Permalink
Merge pull request #36 from OS2offdig/janhalen-ci-testing
Browse files Browse the repository at this point in the history
Merged testing enviroment code into testing branch
  • Loading branch information
janhalen authored Aug 13, 2024
2 parents d8bf000 + 22e9901 commit c848aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -40,6 +41,9 @@ jobs:
uses: actions/upload-pages-artifact@v3

deploy:
environment:
name: github-pages-testing
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'testing' }}
Expand Down

0 comments on commit c848aef

Please sign in to comment.