Skip to content
Snippets Groups Projects
Commit d8d36db2 authored by johandegn's avatar johandegn
Browse files

Fixed comments in scripts

parent f3301ee1
No related branches found
No related tags found
2 merge requests!29Release of Prototype,!17Deploy Scripts
Pipeline #52015 passed
#!/bin/bash
# this script pulls the docker images and
# deploys them respectively if they are
# newer than the ones running.
# this script can be run at any time,
# and will only change the running
# containers if newer ones are available.
function deploy {
local url=$1
......
#!/bin/bash
# ----- CAUTION!!! -----
# This script removes all running containers,
# all local docker images and all unused
# docker networks.
# This script stops and removes the running web and server
# containers, removes their images and the persist-net
# docker network.
#
# It then reconfiguring the network downloading
# the images and redeploys them.
# It then reconfigures the network, download
# the images and redeploys them again.
base_url="registry.gitlab.au.dk/exsys2021/da6/hold-afstand/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment