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 c44d311 commit 5564f5fCopy full SHA for 5564f5f
1 file changed
.github/workflows/docker-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
script: |
19
cd livecodes
20
git pull origin docker
21
- echo "${{ secrets.VPS_ENV }}" > .env
+ echo "${{ vars.VPS_ENV }}" > .env
22
docker compose build
23
docker compose up -d
24
docker system prune
0 commit comments