Skip to content

Commit

Permalink
Merge pull request #49 from cardano-scaling/deploy-doom.hydra.family
Browse files Browse the repository at this point in the history
Deploy doom.hydra.family
  • Loading branch information
ch1bo authored Aug 16, 2024
2 parents 2a1336e + 9bf35a6 commit e8965d0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy static content to Pages
name: Deploy hydra-doom to github pages

on:
push:
Expand Down Expand Up @@ -28,12 +28,24 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: |
curl https://distro.ibiblio.org/slitaz/sources/packages/d/doom1.wad -o assets/doom1.wad
cat > .env << EOF
SERVER_URL=https://hydra-doom.sundae.fi
EOF
yarn
yarn build
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './holding-page'
path: "./dist"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e8965d0

Please sign in to comment.