Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 16, 2024
1 parent ca3204b commit 0686140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ echo " User ${SSH_USER}" >> ~/.ssh/config
echo " IdentityFile ~/.ssh/id_ed25519" >> ~/.ssh/config
echo " IdentitiesOnly yes" >> ~/.ssh/config

cat ~/.ssh/id_ed25519
cat ~/.ssh/config
exit 1;

echo "--- uploading..."
tar -czf esmd.tar.gz esmd
scp esmd.tar.gz next.esm.sh:/tmp/esmd.tar.gz
Expand Down

0 comments on commit 0686140

Please sign in to comment.