mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Compare commits
3 Commits
fdf80eb6c5
...
b17a8a90b3
Author | SHA1 | Date | |
---|---|---|---|
b17a8a90b3 | |||
1a9f533a12 | |||
6a5cc045ee |
@ -6,4 +6,4 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send webhook to portainer
|
||||
run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/6dbf44ed-eab0-4d52-a633-309d21ffd8c1"
|
||||
run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/0012fba5-2fc7-40e7-92d8-c3d14c7deae4"
|
@ -31,4 +31,4 @@ USER node
|
||||
COPY . .
|
||||
|
||||
# Run the application.
|
||||
CMD node --trace-warnings index.js
|
||||
CMD echo test
|
||||
|
@ -13,6 +13,7 @@ services:
|
||||
context: .
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
pull_policy: build
|
||||
|
||||
# The commented out section below is an example of how to define a PostgreSQL
|
||||
# database that your application can use. `depends_on` tells Docker Compose to
|
||||
|
Reference in New Issue
Block a user