Skip to content

Commit

Permalink
Merge pull request #3426 from threefoldtech/development_docs_dashboardCD
Browse files Browse the repository at this point in the history
Update dashboard CD workflow docs
  • Loading branch information
0oM4R authored Sep 22, 2024
2 parents cc0b65f + 547b382 commit 903d36e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@ VERSION = "release tag or the first 7 chars of commit hash"

### [CD](/.github/workflows/playground_cd.yml)

On **Push** to development branch: It will do a clean install of node dependencies, cache/restore them, build the source code and deploy to staging server by Copying the artifacts using ssh to `play.dev.grid.tf`.
On **Push** to the development branch, this workflow will do the following:

- clean install of node dependencies
- cache/restore dependencies
- build source code
- copy artifacts to `staging.dashboard.dev.grid.tf` using SSH
- deploy to the staging server

> **NOTE**: If any changes are made to the dashboard's dependencies, this workflow must be manually triggered to apply the updates to the dashboard.
## Stats

Expand Down

0 comments on commit 903d36e

Please sign in to comment.