Skip to content

Commit

Permalink
update CI/CD workflows: change server port and re-enable REUSE compli…
Browse files Browse the repository at this point in the history
…ance check
  • Loading branch information
lukmay committed Oct 30, 2024
1 parent a902415 commit b1aa81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: CI/CD

on:
push:
pull_request:

env:
PROJECT_NAME: tickets-dashboard
DOCKER_IMAGE: ghcr.io/${{ github.repository }}
DOCKER_TAG: ${{ github.sha }}
SERVER_PORT: 8501
SERVER_PORT: 1021

jobs:
deploy-test:
Expand All @@ -18,9 +17,6 @@ jobs:
- name: Checkout source code
uses: noi-techpark/github-actions/checkout@v2

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

- name: Create .env file
uses: noi-techpark/github-actions/env-file@v2
env:
Expand Down Expand Up @@ -51,9 +47,6 @@ jobs:
- name: Checkout source code
uses: noi-techpark/github-actions/checkout@v2

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

- name: Create .env file
uses: noi-techpark/github-actions/env-file@v2
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: REUSE Compliance Check

on: push
on:
push:
pull_request:

jobs:
test:
Expand Down

0 comments on commit b1aa81a

Please sign in to comment.