Skip to content

Commit

Permalink
ci: add staging-temp branch, point stg-dev-portal webpage to it
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed Apr 5, 2024
1 parent 13a9225 commit 237192f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-on-fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ on:
workflow_dispatch:
inputs:
source_branch:
description: "Publish content from branch (master|staging)"
description: 'Publish content from branch (master|staging-temp)'
required: true
default: staging
default: staging-temp
type: choice
options:
- master
- staging
- master
- staging-temp

jobs:

build-and-deploy:
runs-on: ubuntu-latest
steps:

- name: Checkout code ( Branch=${{ inputs.source_branch }} )
uses: actions/checkout@v4
with:
Expand Down
File renamed without changes.

0 comments on commit 237192f

Please sign in to comment.