Skip to content

remove and re-add platform on server restart #4

remove and re-add platform on server restart

remove and re-add platform on server restart #4

Workflow file for this run

# name: Deploy
# on:
# push:
# branches:
# - main
# jobs:
# docker-image:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: serlo/configure-repositories/actions/setup-node@main
# - uses: google-github-actions/auth@v2
# with:
# credentials_json: '${{ secrets.GCP_KEY_CONTAINER_REGISTRY }}'
# - run: gcloud auth configure-docker
# - uses: google-github-actions/setup-gcloud@v2
# - run: yarn push-image:latest
# deploy-image:
# runs-on: ubuntu-latest
# needs: docker-image
# steps:
# - uses: google-github-actions/auth@v2
# with:
# credentials_json: '${{ secrets.GCP_STAGING_SERVICE_ACCOUNT }}'
# - uses: google-github-actions/get-gke-credentials@v2
# with:
# cluster_name: serlo-staging-cluster
# location: europe-west3-a
# - run: kubectl delete pod -n editor -l app=editor-as-lti-tool