Skip to content

Commit

Permalink
Removing orbs, using docker image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonSander committed Jul 31, 2024
1 parent 6fdc85a commit 4d469de
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: 2.1
orbs:
aws-s3: circleci/[email protected]

jobs:
build_docs_pr:
Expand Down Expand Up @@ -90,16 +88,15 @@ jobs:

docs-deploy:
docker:
- image: cimg/base:2024.07
- image: amazon/aws-cli:2.17.20
steps:
- checkout
- attach_workspace:
at: .
- run: echo "export PATH='$PATH:/root/.local/bin'" >> $BASH_ENV
- aws-s3/sync:
from: site/
to: 's3://ndk-docs/'
arguments: --delete
- run:
name: Sync to S3
command: |
aws s3 sync site/ s3://ndk-docs/ --delete
workflows:
version: 2
Expand Down

0 comments on commit 4d469de

Please sign in to comment.