Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent 6ab56cc commit aa490ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autopublisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
- name: Git to Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh
env:
PUBLISHER_ENVIRONMENT: example
- name: Staging to Prod Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_staging2prod.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}
- name: Cleanup Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_stagingcleanup.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}

0 comments on commit aa490ab

Please sign in to comment.