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 c7db8f0 commit 2358434Copy full SHA for 2358434
.github/workflows/deploy.yml
@@ -59,5 +59,4 @@ jobs:
59
60
- name: Push To Production
61
run: |
62
- curl '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}' \
63
- --header 'Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}'
+ echo "::add-mask::$(curl -X PUT '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}')"
docker-compose.yml
@@ -1,6 +1,6 @@
1
-version: '3'
+version: 3
2
services:
3
web:
4
- image: 'ghcr.io/erikbdev/erikbautista.dev:sha-${SOURCE_COMMIT:?error}'
+ image: ghcr.io/erikbdev/erikbautista.dev:latest
5
expose:
6
- 8080
0 commit comments