We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2358434 commit d25e1d4Copy full SHA for d25e1d4
.github/workflows/deploy.yml
@@ -59,4 +59,4 @@ jobs:
59
60
- name: Push To Production
61
run: |
62
- echo "::add-mask::$(curl -X PUT '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}')"
+ echo "::add-mask::$(curl -X POST '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}' --header 'Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}')"
docker-compose.yml
@@ -1,6 +1,6 @@
1
version: 3
2
services:
3
web:
4
- image: ghcr.io/erikbdev/erikbautista.dev:latest
+ image: ghcr.io/erikbdev/erikbautista.dev:sha-${SOURCE_COMMIT:?error}
5
expose:
6
- 8080
0 commit comments