File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ run-img tag="openverse-frontend:local":
49
49
- -publish 8443 :8443 \
50
50
{{ tag }}
51
51
52
+ # Build and push frontend images to `nuxt-preview` tag. Part of temporary utilities for Nuxt 3 iteration. You must `docker login ghcr.io` beforehand.
53
+ push-to-nuxt-preview github_username :
54
+ just build-img ghcr.io/ wordpress/ openverse-frontend:nuxt-preview
55
+ docker build -t ghcr.io/ wordpress/ openverse-frontend_nginx:nuxt-preview -f ./ Dockerfile.nginx .
56
+ docker push ghcr.io/ wordpress/ openverse-frontend:nuxt-preview
57
+ docker push ghcr.io/ wordpress/ openverse-frontend_nginx:nuxt-preview
58
+ gh workflow run -R WordPress/ openverse-infrastructure ' Deployment - staging-nuxt-preview' -f tag=nuxt-preview
59
+
52
60
######
53
61
# Up #
54
62
######
You can’t perform that action at this time.
0 commit comments