maren/more-ci-work #4

Merged
oxaliq merged 7 commits from maren/more-ci-work into main 2024-01-08 15:23:09 +00:00
Showing only changes of commit 534864fd10 - Show all commits

View file

@ -15,6 +15,7 @@ scp -r oxaliq "$host":~/
# do everything on the server that's necessary to run the new thing # do everything on the server that's necessary to run the new thing
# TODO make this not remove the old-working version until # TODO make this not remove the old-working version until
# the new version is confirmed working # the new version is confirmed working
ssh $host 'echo "does this ls show up in UI?" && ls -la'
ssh $host 'sudo chown -R sorreldotdev:sorreldotdev oxaliq/' ssh $host 'sudo chown -R sorreldotdev:sorreldotdev oxaliq/'
ssh $host 'sudo chmod -R 755 oxaliq/' ssh $host 'sudo chmod -R 755 oxaliq/'
ssh $host 'sudo rm -rf /srv/oxaliq || true' ssh $host 'sudo rm -rf /srv/oxaliq || true'