mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Add comments to deploy script wrappers
This commit is contained in:
parent
04b51783a1
commit
bb4bf8d67d
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# See description at https://github.com/fpco/devops-helpers#wrappers
|
||||
set -xe
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
ENV="$1"; shift
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# See description at https://github.com/fpco/devops-helpers#wrappers
|
||||
set -xe
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
||||
stack image container "$@"
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# See description at https://github.com/fpco/devops-helpers#wrappers
|
||||
set -xe
|
||||
exec "$(dirname "${BASH_SOURCE[0]}")/../common/devops-helpers/docker/push_helper.sh" \
|
||||
--repo fpco/stackage-server "$@"
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# See description at https://github.com/fpco/devops-helpers#wrappers
|
||||
set -xe
|
||||
exec "$(dirname ${BASH_SOURCE[0]})/../common/devops-helpers/kubernetes/deploy_rc_helper.sh" \
|
||||
--app "stackage-server" \
|
||||
--repo fpco/stackage-server \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user