From d21582b74d96da004dad64aa922f54b1f941a4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20R=C3=B6yhy?= Date: Fri, 28 Jan 2022 16:47:43 +0200 Subject: [PATCH] fix circle confir deploy job #2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ad93f9..1620bdc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | @@ -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: