Skip to content

Commit

Permalink
Merge pull request #67 from AElfProject/fix/desktop-style
Browse files Browse the repository at this point in the history
deploy to all environments
  • Loading branch information
yongenaelf authored Jul 25, 2024
2 parents 16a5b7f + 16d93be commit 7ce1575
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ name: Publish Docker image

on:
workflow_dispatch:
inputs:
environment:
type: environment
description: Select the environment

jobs:
build:
name: Build and Push Docker image to Docker Hub
runs-on: ubuntu-latest
strategy:
matrix:
environment: [aelf-docs-dev, aefinder-docs-dev]
environment:
name: ${{ inputs.environment }}
name: ${{ matrix.environment }}
permissions:
contents: read
steps:
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
workflow_id: 'docs-cms.yaml',
ref: 'main',
inputs: {
site_url: '${{ vars.SITE_URL }}',
appName: '${{ matrix.environment }}',
commit_sha: '${{ steps.meta.outputs.version }}',
}
})

0 comments on commit 7ce1575

Please sign in to comment.