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

Commit

Permalink
Ako/ wait for prev job to complete then download the artifacts (#6678)
Browse files Browse the repository at this point in the history
* ci: wait for prev job to complete then download the artifacts

* ci: add the artifact name

* ci: change retention days to 5
  • Loading branch information
ali-hosseini-deriv authored Jan 17, 2024
1 parent 953800d commit fa2e721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
name: production
path: public
retention-days: 5
- name: Slack Notification 📣
uses: 8398a7/action-slack@v3
with:
Expand All @@ -99,6 +100,7 @@ jobs:
build_and_publish_to_docker_k8s:
runs-on: Runner_16cores
environment: production
needs: [release-production]
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
Expand Down

1 comment on commit fa2e721

@vercel
Copy link

@vercel vercel bot commented on fa2e721 Jan 17, 2024

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:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.