mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-04-28 00:37:18 +08:00
switch back to main
This commit is contained in:
parent
fe5dbcff69
commit
dd4fa994f1
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -2,7 +2,7 @@ name: e2e Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'feature/add-tests' ]
|
||||
branches: [ 'main' ]
|
||||
|
||||
env:
|
||||
TEST_HOST_DOCKER: ./test
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
cat index.html
|
||||
|
||||
- name: e2e Test published ssh-deploy action
|
||||
uses: easingthemes/ssh-deploy@feature/add-tests
|
||||
uses: easingthemes/ssh-deploy@main
|
||||
env:
|
||||
# SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY
|
||||
# REMOTE_HOST: $EXAMPLE_REMOTE_HOST1
|
||||
|
Loading…
Reference in New Issue
Block a user