We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d600265 commit 433cdcaCopy full SHA for 433cdca
.github/workflows/cd-workflow.yaml
@@ -1,10 +1,10 @@
1
2
name: Deploy backstage
3
on:
4
- workflow_dispatch:
5
- push:
6
- branches:
7
- - main
+ workflow_run:
+ workflows: ["CI Workflow"]
+ types:
+ - completed
8
9
jobs:
10
create-and-push-image:
Dockerfile
@@ -126,7 +126,7 @@ COPY --chown=node:node examples ./examples
126
127
128
# This switches many Node.js dependencies to production mode. Important APP_ENV and NODE_ENV serve two different purposes
129
-ENV NODE_ENV production
+ENV NODE_ENV=production
130
131
# This disables node snapshot for Node 20 to work with the Scaffolder
132
ENV NODE_OPTIONS="--no-node-snapshot"
0 commit comments