Skip to content

Commit 2358434

Browse files
committed
cd: update release
1 parent c7db8f0 commit 2358434

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,4 @@ jobs:
5959

6060
- name: Push To Production
6161
run: |
62-
curl '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}' \
63-
--header 'Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}'
62+
echo "::add-mask::$(curl -X PUT '${{ secrets.DEPLOYMENT_WEBHOOK_URL }}')"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: '3'
1+
version: 3
22
services:
33
web:
4-
image: 'ghcr.io/erikbdev/erikbautista.dev:sha-${SOURCE_COMMIT:?error}'
4+
image: ghcr.io/erikbdev/erikbautista.dev:latest
55
expose:
66
- 8080

0 commit comments

Comments
 (0)