You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -251,17 +256,16 @@ To use prebuilt container images, navigate to the **DigitalOcean Container Regis
251
256
instance_size_slug: apps-s-1vcpu-0.5gb
252
257
name: ship-demo-web
253
258
source_dir: . # [!code --]
254
-
- image: # [!code ++:5]
255
-
registry: YOUR_DO_REGISTRY_NAME
256
-
registry_type: DOCR
257
-
repository: YOUR_DO_WEB_REPOSITORY_NAME
258
-
tag: YOUR_RECENT_WEB_IMAGE_TAG
259
259
```
260
260
</Step>
261
261
262
262
<Step title="Update deploy Github actions for WEB and API">
263
263
Replace the old deployment action with the new one and **remove** old two actions: `.github/workflows/api-staging-build-and-push-image.yml` and `.github/workflows/web-staging-build-and-push-image.yml`.
264
264
265
+
<Note>
266
+
Don’t forget to replace `ship-demo` in `registry.digitalocean.com/ship-demo/ship-demo-...` with your own values from DigitalOcean.
0 commit comments