Skip to content

Commit 5564f5f

Browse files
committed
edit vps env
1 parent c44d311 commit 5564f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
script: |
1919
cd livecodes
2020
git pull origin docker
21-
echo "${{ secrets.VPS_ENV }}" > .env
21+
echo "${{ vars.VPS_ENV }}" > .env
2222
docker compose build
2323
docker compose up -d
2424
docker system prune

0 commit comments

Comments
 (0)