Skip to content

Commit a456416

Browse files
authored
Update deploy.sh
1 parent 6c7a9c9 commit a456416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export $(grep -v '^#' /home/ec2-user/app/.env | xargs)Add commentMore actions
3+
export $(grep -v '^#' /home/ec2-user/app/.env | xargs)
44

55
BUILD_JAR=$(ls /home/ec2-user/app/*.jar)
66
JAR_NAME=$(basename $BUILD_JAR)

0 commit comments

Comments
 (0)