Skip to content

Commit

Permalink
fix circle confir deploy job #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Troyhy committed Jan 28, 2022
1 parent 9b385cf commit d21582b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- attach_workspace:
# Must be absolute path or relative path from working_directory
at: dist
at: workspace
- run:
name: Get deploy dir
command: |
Expand All @@ -43,7 +43,7 @@ jobs:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-region: AWS_REGION
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
from: dist
from: workspace/dist
to: "s3://upcloud-rancher-driver/machine/${DEPLOY_DIR}"

workflows:
Expand Down

0 comments on commit d21582b

Please sign in to comment.