Skip to content

Commit

Permalink
fix: remove upload s3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
idipanshu committed Nov 29, 2023
1 parent 22af411 commit 0cc5801
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@ jobs:
with:
args: --follow-symlinks
env:
SOURCE_DIR: "./main.py"
SOURCE_DIR: "dist"
DEST_DIR: $S3_SCRIPTS_PATH
AWS_S3_BUCKET: $S3_BUCKET_NAME

- name: Copy script to S3 bucket
uses: jakejarvis/[email protected]
with:
args: --follow-symlinks
env:
SOURCE_DIR: "dist/app-0.9-py3-none-any.whl"
DEST_DIR: $S3_SCRIPTS_PATH
AWS_S3_BUCKET: $S3_BUCKET_NAME

0 comments on commit 0cc5801

Please sign in to comment.