Skip to content

Commit

Permalink
👷 Updated release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Nov 23, 2024
1 parent 071b973 commit dd353bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/HugoBuildAndDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,5 @@ jobs:
# Checkout the repository
- uses: actions/checkout@v3

- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "{{RUN_NUMBER}}"
replace: ${{ github.run_number }}
regex: false

# Deploy Kubernetes YAML
- run: kubectl apply -f ./deployment/Fachinformatiker-Prüfungsvorbereitung.yaml --kubeconfig ${{ steps.write_file.outputs.filePath }}
- run: helm upgrade --install fi-pv ./helm --kubeconfig ${{ steps.write_file.outputs.filePath }} --set runNumber=${{ github.run_number }}
2 changes: 1 addition & 1 deletion .github/workflows/HugoBuildDev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
extended: true

# Build the hugo repository
- run: hugo
- run: hugo -e development --baseURL "https://dev.fachinformatikerpruefungsvorbereitung.de"
working-directory: ./${{ env.NAME }}/

# Zip the Artifact for GitHubPages deployment
Expand Down

0 comments on commit dd353bd

Please sign in to comment.