Skip to content

Commit

Permalink
Skip just one step
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 30, 2024
1 parent d90ed32 commit 9e44d1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,15 @@ jobs:
deploy_to_s3:
runs-on: ubuntu-latest
needs: prepare
env:
AWS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
if: ${{ env.AWS_KEY_ID != '' }}
steps:

- name: Download artifact
uses: actions/download-artifact@v3
with:
name: update-data
path: deploy

- name: Upload to S3
if: ${{ secrets.AWS_KEY_ID != '' }}
uses: shallwefootball/[email protected]
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
Expand Down

0 comments on commit 9e44d1d

Please sign in to comment.