We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7a9c9 commit a456416Copy full SHA for a456416
scripts/deploy.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-export $(grep -v '^#' /home/ec2-user/app/.env | xargs)Add commentMore actions
+export $(grep -v '^#' /home/ec2-user/app/.env | xargs)
4
5
BUILD_JAR=$(ls /home/ec2-user/app/*.jar)
6
JAR_NAME=$(basename $BUILD_JAR)
0 commit comments