You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash# This script is run by the deploy.altlab.dev webhook to update the deployed# app.set -eu
DIR="$(dirname -- "${0}")"cd"${DIR}"# Some day we might want to automatically pull the git repo that contains this# deploy script, but for now changing the deploy process will require that# to be done manually.# git pull ...
make rebuild-frontend update-frontend-container
Add the Docker file to this repo. Start with the file from the Korp repo and edit as needed.
The Docker file should not edit the files inside of the Docker containers, just rebuild them.
The text was updated successfully, but these errors were encountered: