call stack webhook after docker build
This commit is contained in:
parent
30cf78c058
commit
4a1cb12f9a
@ -16,3 +16,10 @@ jobs:
|
||||
|
||||
- name: Login and Push Docker image
|
||||
run: echo -n '${{ secrets.PASSWORD }}' | docker login gitea.chromart.dedyn.io --username ${{ secrets.USERNAME }} --password-stdin && docker image push --all-tags gitea.chromart.dedyn.io/martin/doorman
|
||||
|
||||
deploy-portainer:
|
||||
needs: docker
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Call Portainer stack webhook
|
||||
- run: curl --request POST http://portainer.mart.in/api/stacks/webhooks/db20216d-a40d-45a7-8e93-257d3efdac34
|
||||
@ -17,7 +17,7 @@ function App() {
|
||||
setContent,
|
||||
}
|
||||
}>
|
||||
<Header>Doorman</Header>
|
||||
<Header>Doorman 2.0</Header>
|
||||
</AlertContext.Provider>
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user