diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index 69974db..5914b9c 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -16,5 +16,7 @@ jobs: - name: Compile plate-tool run: | . "$HOME/.cargo/env" - echo "Shrimp" trunk build --release --public-url "cool-stuff/plate-tool-beta/" + - name: Transfer file to host server + run: | + sftp oracle <<< "put -r dist"