Skip to content

Commit

Permalink
real deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 16, 2024
1 parent d2d4eec commit cb09cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
repository: 'CMSgov/dpc-static-site'
ref: ${{ inputs.static_repo_ref }}
- name: "Set Version"
env:
STATIC_REPO_REF: ${{ inputs.static_repo_ref }}
run: echo "version: $STATIC_REPO_REF" >> _version_config.yml
- name: "Add dirs"
run: mkdir -p _site && mkdir -p .jekyll-cache
- name: 'Build Image'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
deploy:
name: Deploy to staging
needs: tag_site
uses: ./.github/workflows/fake_deploy.yml
uses: ./.github/workflows/deploy.yml
with:
target_environment: staging
static_repo_ref: ${{ needs.tag_site.outputs.tag }}

0 comments on commit cb09cf8

Please sign in to comment.