Skip to content

Commit

Permalink
workflow#1
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 21, 2024
1 parent cb39f6c commit 4f56a2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,3 @@ jobs:
IMAGE_ID=ghcr.io/${{ github.repository }}
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
docker push --all-tags $IMAGE_ID
# deploy:
# name: Update staging deployment
# runs-on: ubuntu-latest
# needs: publish-ghcr
# steps:
# - name: Deploy to Cluster
# id: kubectl-deploy
# uses: dataesr/[email protected]
# env:
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DOAD }}
# with:
# namespace: ${{ env.DEPLOYMENT_NAMESPACE }}
# restart: ${{ env.DEPLOYMENT }}


# notify:
# needs: deploy
# if: always()
# runs-on: ubuntu-latest
# steps:
# - uses: dataesr/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN}}
# mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
# mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}
2 changes: 0 additions & 2 deletions client/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ VITE_APP_NAME="scanR"
VITE_HEADER_TAG="dev"
VITE_HEADER_TAG_COLOR="blue-ecume"
VITE_VERSION=$npm_package_version
VITE_APP_MATOMO_BASE_URL="https://matomo.staging.dataesr.ovh"
VITE_APP_MATOMO_SITE_ID="4"

0 comments on commit 4f56a2f

Please sign in to comment.