Compare commits

...

3 Commits

Author SHA1 Message Date
b17a8a90b3 test
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 29s
2024-12-20 17:33:01 +01:00
1a9f533a12 Changed stack webhook 2024-12-20 17:25:48 +01:00
6a5cc045ee Rebuild on pull 2024-12-20 17:20:03 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -31,4 +31,4 @@ USER node
COPY . .
# Run the application.
CMD node --trace-warnings index.js
CMD echo test

View File

@ -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