mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 22:15:05 +00:00
commit
b698c49eac
16
README.md
16
README.md
@ -418,14 +418,22 @@ jobs:
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Debugging locally
|
## Debugging locally
|
||||||
##### Instructions for debugging on windows
|
##### Instructions for debugging Windows
|
||||||
- Install docker for windows
|
- [Install docker](https://docs.docker.com/get-docker/)
|
||||||
- Open powershell
|
- Open powershell
|
||||||
- Navigate to the repo folder
|
- Navigate to the repo folder
|
||||||
- Run `docker build --tag action .`
|
- Run `docker build --tag action .`
|
||||||
- Run `docker run action`
|
- Run `docker run action`
|
||||||
|
|
||||||
##### Instructions for debugging on linux
|
#### Instructions for debugging on Linux
|
||||||
- Please submit a PR for linux instructions :)
|
- [Install docker](https://docs.docker.com/get-docker/)
|
||||||
|
On Linux you can install docker using your package manager, for example, on a Debian-based distro you can run the following command to install docker:
|
||||||
|
```
|
||||||
|
sudo apt install docker docker.io
|
||||||
|
```
|
||||||
|
- Open the terminal
|
||||||
|
- Navigate to the repo folder
|
||||||
|
- Run `docker build --tag action .`
|
||||||
|
- Run `docker run action`
|
||||||
|
|
||||||
#### Pull Requests Welcome!
|
#### Pull Requests Welcome!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user