Skip to content

Commit

Permalink
Debug output for the secuiry.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlabno committed Feb 21, 2024
1 parent 685e295 commit a2721bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DATE_NOW=$(date --rfc-3339='seconds')
DATE_EXP=$(date -d '+3 months' ${DATE_NOW})
DATE_EXP=$(date -d '+3 months' --rfc-3339='seconds')
mkdir -p ./paas_app/.well-known/
cp ./security.txt ./paas_app/security.txt
cp ./thanks.txt ./paas_app/thanks.txt
Expand Down

0 comments on commit a2721bf

Please sign in to comment.