Skip to content

Instantly share code, notes, and snippets.

@shrawanx
Created July 22, 2022 19:59
Show Gist options
  • Save shrawanx/62c532757f476326057060b6b718d735 to your computer and use it in GitHub Desktop.
Save shrawanx/62c532757f476326057060b6b718d735 to your computer and use it in GitHub Desktop.
push build.zip to server
cd build && zip -r ../build.zip . *;cd -
scp build.zip server:/home/ubuntu/
ssh server /bin/bash << EOF
unzip /home/ubuntu/build.zip -d /home/ubuntu/frontend/
A
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment