Skip to content

Commit

Permalink
Merge pull request #82 from AElfProject/feature/css
Browse files Browse the repository at this point in the history
feat: add options
  • Loading branch information
yongenaelf authored Aug 13, 2024
2 parents 55a4867 + a6102e6 commit 8b84022
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ on:
options:
- aelf-docs-dev
- aefinder-docs-dev
- aefinder-docs-prod
- tomorrowdao-docs-dev
- tomorrowdao-docs-prod

jobs:
build:
name: Build and Push Docker image ${{inputs.environment}} to Docker Hub
runs-on: ubuntu-latest
environment:
environment:
name: ${{ inputs.environment }}
url: https://${{ vars.SITE_URL }}
permissions:
Expand All @@ -37,8 +38,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
cache: "npm"

- run: npm install

- name: create env file
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Deploy
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 8b84022

Please sign in to comment.