Skip to content

Commit d25e1d4

Browse files
committed
cd: revert back to previous deployment
1 parent 2358434 commit d25e1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

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

docker-compose.yml

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

0 commit comments

Comments
 (0)