forked from kovagoadi.hu/static.kovagoadi.hu
Merge pull request 'Clean workflow' (#2) from clean-workflow into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#2
This commit is contained in:
@@ -70,10 +70,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: asd
|
|
||||||
run:
|
|
||||||
ls -alh
|
|
||||||
|
|
||||||
- name: Sync files via scp
|
- name: Sync files via scp
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
@@ -84,7 +80,6 @@ jobs:
|
|||||||
source: "./"
|
source: "./"
|
||||||
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
|
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
|
||||||
#target: "/tmp/app/main"
|
#target: "/tmp/app/main"
|
||||||
debug: true
|
|
||||||
# The 'exclude' parameter is supported and should be kept
|
# The 'exclude' parameter is supported and should be kept
|
||||||
# exclude: |
|
# exclude: |
|
||||||
# .git/
|
# .git/
|
||||||
|
|||||||
Reference in New Issue
Block a user