Skip to content
Snippets Groups Projects
Commit 18cc1d3d authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Update handle_assets.md

parent a3c54c10
No related branches found
No related tags found
No related merge requests found
Pipeline #79954 passed
......@@ -35,10 +35,12 @@ Once the job is finished, an artifact containing the required assets is created
- Go to the volume folder `cd /app/mnt`
- Import assets generated previously
`curl --header "PRIVATE-TOKEN:<BACKOFFICE-API-TOKEN>" https://forge.grandlyon.com/api/v4/projects/621/jobs/artifacts/master/download?job=import-convert-assets --output image-lib.zip`
`curl https://forge.grandlyon.com/api/v4/projects/621/jobs/artifacts/master/download?job=import-convert-assets --output image-lib.zip`
>This command fetches the latest artifact for the **import-convert-assets** job
- Extract and overwrite current assets `unzip -o image-lib.zip`
If everything is successful you can go to <https://ecolyo-agent-rec.apps.com/assets/> or <https://ecolyo-agent.apps.com/assets/> to check your updated images.
If everything is successful you can go to the assets folder to check your updated images :
- <https://ecolyo-agent-rec.apps.grandlyon.com/assets/>
- <https://ecolyo-agent.apps.grandlyon.com/assets/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment