Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Upgrade image only used for publishing (#7371)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-deriv authored Jun 28, 2023
1 parent caf96a6 commit 540411d
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 @@ -168,14 +168,14 @@ jobs:
- notify_slack
publish_cloudflare_staging:
docker:
- image: circleci/node:16.13.1-stretch
- image: cimg/node:20.2.0
steps:
- attach_workspace:
at: dist
- publish_to_pages_staging
publish_cloudflare_production:
docker:
- image: circleci/node:16.13.1-stretch
- image: cimg/node:20.2.0
steps:
- attach_workspace:
at: dist
Expand Down

1 comment on commit 540411d

@vercel
Copy link

@vercel vercel bot commented on 540411d Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

binary-static – ./

binary-static-git-master.binary.sx
binary-static.binary.sx

Please sign in to comment.