chore: Gitea Action
Tag / echo (push) Successful in 26s
Tag / createTagAndChangelog (push) Failing after 1m24s
Push/PR Steps / BuildAndTest (push) Successful in 8m16s

This commit is contained in:
aminecmi
2024-11-23 15:19:29 +01:00
parent b81abe384a
commit bec75de60a
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -5,6 +5,11 @@ on:
- release
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: echo
run: echo 'Hello World'
createTagAndChangelog:
needs: BuildAndTest
runs-on: ubuntu-latest
@@ -29,13 +34,13 @@ jobs:
git commit -m "Changelog for $VER"
git push --tags
- name: copy file via ssh password
uses: appleboy/scp-action@v0.1.7
uses: appleboy/scp-action@master
with:
host: amine-bouabdallaoui.fr
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
source: "version.txt"
target: "/home/ubuntu/"
target: /home/ubuntu/
- name: deploy version file
uses: appleboy/ssh-action@v1.2.0
with: