Skip to content

Commit edd2681

Browse files
committed
test: Remove GA
1 parent 1c443d6 commit edd2681

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/build.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
name: Build and Deploy SSR Image
1+
# name: Build and Deploy SSR Image
22

3-
on:
4-
push:
5-
branches: ["main"]
3+
# on:
4+
# push:
5+
# branches: ["main"]
66

7-
env:
8-
REGISTRY: ghcr.io
9-
IMAGE_NAME: "coreybruyere/coreybruyere-v4"
7+
# env:
8+
# REGISTRY: ghcr.io
9+
# IMAGE_NAME: "coreybruyere/coreybruyere-v4"
1010

11-
jobs:
12-
build-and-deploy:
13-
runs-on: ubuntu-latest
14-
permissions:
15-
contents: read
16-
packages: write
17-
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@v3
11+
# jobs:
12+
# build-and-deploy:
13+
# runs-on: ubuntu-latest
14+
# permissions:
15+
# contents: read
16+
# packages: write
17+
# steps:
18+
# - name: Checkout code
19+
# uses: actions/checkout@v3
2020

21-
- name: Login to ghcr.io
22-
uses: docker/login-action@v2
23-
with:
24-
registry: ${{ env.REGISTRY }}
25-
username: ${{ github.actor }}
26-
password: ${{ secrets.GITHUB_TOKEN }}
21+
# - name: Login to ghcr.io
22+
# uses: docker/login-action@v2
23+
# with:
24+
# registry: ${{ env.REGISTRY }}
25+
# username: ${{ github.actor }}
26+
# password: ${{ secrets.GITHUB_TOKEN }}
2727

28-
- name: Build image and push to registry
29-
uses: docker/build-push-action@v4
30-
with:
31-
context: .
32-
file: Dockerfile
33-
platforms: linux/amd64
34-
push: true
35-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
28+
# - name: Build image and push to registry
29+
# uses: docker/build-push-action@v4
30+
# with:
31+
# context: .
32+
# file: Dockerfile
33+
# platforms: linux/amd64
34+
# push: true
35+
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
3636

37-
- name: Deploy to Coolify
38-
run: |
39-
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
37+
# - name: Deploy to Coolify
38+
# run: |
39+
# curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'

0 commit comments

Comments
 (0)