Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
removed unnecessary env vars; removed workflow_dispatch;
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Feb 1, 2024
1 parent 77c3e16 commit 498b5a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "[ct-website] Build, Release, Deploy"

on:
workflow_dispatch:
push:
branches:
- "main"
- "preview"

env:
REGISTRY: ghcr.io
IMAGE_NAME: "ghcr.io/${{ github.repository }}"
DEVL_URL: "http://dev.conntectingthreads.co.uk/"
PROD_URL: "https://connectingthreads.co.uk/"

jobs:

hugo-build-release-deploy:
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@main
secrets: inherit
Expand Down

0 comments on commit 498b5a1

Please sign in to comment.