A dependency-free node20 action that triggers application.deploy or compose.deploy, then follows the deployment to a terminal status so a failed build fails the CI run. Snapshots the deployment list before triggering, so a concurrent deployment is never mistaken for this one. Optionally points the application at a freshly built image first, which is what lets a workflow lint, test, push and deploy the same artifact.
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
# This action runs from source on the runner. If either of these ever appears,
|
|
# something has gone wrong -- see the "Stay dependency-free" CI check.
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
.DS_Store
|
|
*.log
|