Skip to content

Commit

Permalink
refactor: Deployment Workflow
Browse files Browse the repository at this point in the history
This breaks up, cleans up, and aligns the deploy workflow with the rest of the
refactoring. Further work could be done to consolidate deploy/release as they
are quite similar, but that can be left as a future exercise
  • Loading branch information
techman83 committed May 4, 2024
1 parent d1741df commit 1dee09f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
path: _build/repack/
- name: Credentials
id: credentials
run: echo 'credentials=false'
#run: echo 'credentials=false' >> $GITHUB_OUTPUT
run: echo 'credentials=false' >> $GITHUB_OUTPUT
if: ${{ env.AWS_ACCESS_KEY_ID && env.AWS_SECRET_ACCESS_KEY }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 1dee09f

Please sign in to comment.