Skip to content

Commit fc496c5

Browse files
committed
Add github workflow for staging --fix
1 parent 55aab8d commit fc496c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd_stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
echo "${{ secrets.KNOWN_HOSTS }}" $> ~/.ssh/known_hosts
1717
cat /home/runner/.ssh/known_hosts
1818
ssh -i ~/ssh_key root@64.227.158.123
19-
echo "${{ secrets.SSH_KEY_PASSKEY }}" && echo -ne '\n'
2019
cd meetdraw/ && git pull origin main
2120
pnpm install
2221
pnpm run build

0 commit comments

Comments
 (0)