Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-tomita committed Nov 1, 2023
1 parent f9cbfcb commit 3099f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build the Docker image
run: docker buildx build . -f env/docker/Dockerfile --platform linux/amd64,linux/arm64 -t ghcr.io/${{ github.repository }}:latest --push
- name: Deploy docker container
run: "curl -m 60 http://www.nzxt-docs.tk/.webhook -H 'Authorization: Bearer ${{ secrets.ACCESS_TOKEN }}'"
run: "curl -m 60 http://www.nzxt.tech/.webhook -H 'Authorization: Bearer ${{ secrets.ACCESS_TOKEN }}'"

0 comments on commit 3099f2d

Please sign in to comment.