diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 18:44:13 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 18:44:13 +0100 |
| commit | c4135b9752044a056d93469e8af8eb25f6d5ca78 (patch) | |
| tree | 4fc92483a0e6230eafc3582d3600d7a225abf483 /.github/workflows | |
| parent | 05d4b8dd115438686be3ae38e2f48ab7fc44cfe6 (diff) | |
| download | kristall-c4135b9752044a056d93469e8af8eb25f6d5ca78.tar.gz | |
More CI stuff.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62ac8b7..797d45a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: - name: display run: | uname -a + file build/kristall.app ls build - uses: actions/upload-artifact@v2 @@ -59,17 +60,26 @@ jobs: name: Kristall.app path: build/kristall.app - - name: Deploy via SCP - uses: horochx/deploy-via-scp@master + - name: Deploy with SCP + uses: noobly314/deploy-with-scp@v1 with: - local: build/kristall.app - remote: kristall/Kristall-nightly-macos-x86_64.app - host: random-projects.net - port: 22 - user: generic-ci - key: ${{ secrets.PRIVATE_KEY }} # + src: build/kristall.app + dest: kristall/Kristall-nightly-macos-x86_64.app + username: generic-ci + server-ip: random-projects.net + ssh-key: ${{ secrets.PRIVATE_KEY }} # # - name: Deploy via SCP + # uses: horochx/deploy-via-scp@master + # with: + # local: build/kristall.app + # remote: kristall/Kristall-nightly-macos-x86_64.app + # host: random-projects.net + # port: 22 + # user: generic-ci + # key: ${{ secrets.PRIVATE_KEY }} # + # + # - name: Deploy via SCP # uses: garygrossgarten/github-action-scp@release # with: # host: random-projects.net |
