Skip to content

Commit 2c9c23b

Browse files
committed
fixed deploy script
1 parent e1bc9bf commit 2c9c23b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deploy.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#!/bin/bash
2+
#
3+
# deploy to AppEngine
4+
#
5+
6+
set -o errexit
7+
set -o pipefail
8+
set -o nounset
29

3-
YAML=./www/app.yaml
10+
YAML=./app.yaml
411
COMMIT=
512
yq write --inplace $YAML env_variables.COMMIT $(git rev-parse --short HEAD)
613
LASTMOD=$(date -u +%Y-%m-%dT%H:%M:%SZ)

0 commit comments

Comments
 (0)