Skip to content

Commit

Permalink
feat(expl): create beta page
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna Saak committed Feb 18, 2024
1 parent 26e9e0d commit 21ed7f0
Show file tree
Hide file tree
Showing 24 changed files with 1,376 additions and 214 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy Docker Image

on:
push:
branches:
- main

jobs:
build:
name: Deployment
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build and push the Docker image
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: web-expl
tags: latest
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 21ed7f0

Please sign in to comment.