Skip to content

Commit 4ae57ac

Browse files
changed upload dir and app dir
1 parent ca693b5 commit 4ae57ac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ runs:
4242
run: |
4343
sudo apt-get update -q && sudo apt-get install -y rsync sshpass
4444
45-
DEPLOYER_APP_DIR="html/git-deployer"
45+
DEPLOYER_APP_DIR="html/git-deployer-app"
4646
WP_ROOT_DIR="html"
47-
UPLOAD_DIR="html/git-deployer-upload"
47+
UPLOAD_DIR="git-deployer"
4848
4949
ACTION_DIR="action_dir"
5050
OUTPUT_DIR="output"
@@ -112,7 +112,7 @@ runs:
112112
- name: Checkout action repo
113113
with:
114114
path: action_dir
115-
repository: narethiya-godaddy/git-deploy-poc # TODO: Change this on prod
115+
repository: godaddy-wordpress/git-deploy-poc
116116
ref: ${{ steps.config.outputs.ACTION_TAG }}
117117
uses: actions/checkout@v3
118118

files_to_ignore.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ wp-includes/
2828
wp-content/mu-plugins/
2929
wp-content/object-cache.php
3030
wp-content/uploads/
31-
git-deployer/
32-
git-deployer-upload/
31+
git-deployer-app/

0 commit comments

Comments
 (0)