diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 501c622..79300dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,9 @@ jobs: - name: Check environment variables run: env + - name: Echo + run: echo "this is a test" + #Doesn't work properly, envsubst replaces all instances of $variable and ${variable}, but we want to keep e.g., $host as nginx variables - name: Create temporary nginx config file run: envsubst < ./nginx_template.txt > temp_default.conf