add missing cd
This commit is contained in:
		| @@ -44,7 +44,7 @@ steps: | |||||||
|           from_secret: ssh_port |           from_secret: ssh_port | ||||||
|         command_timeout: 1m |         command_timeout: 1m | ||||||
|         script: |         script: | ||||||
|           - /opt/data/webdata/gcg-website-dev/ |           - cd /opt/data/webdata/gcg-website-dev/ | ||||||
|           - pagefind --source=. |           - pagefind --source=. | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   | |||||||
| @@ -44,7 +44,7 @@ steps: | |||||||
|           from_secret: ssh_port |           from_secret: ssh_port | ||||||
|         command_timeout: 1m |         command_timeout: 1m | ||||||
|         script: |         script: | ||||||
|           - /opt/data/webdata/gcg-website/ |           - cd /opt/data/webdata/gcg-website/ | ||||||
|           - pagefind --source=. |           - pagefind --source=. | ||||||
|  |  | ||||||
|     - name: notification |     - name: notification | ||||||
| @@ -117,7 +117,7 @@ steps: | |||||||
|           from_secret: ssh_port |           from_secret: ssh_port | ||||||
|         command_timeout: 1m |         command_timeout: 1m | ||||||
|         script: |         script: | ||||||
|           - /opt/data/webdata/gcg-website-test/ |           - cd /opt/data/webdata/gcg-website-test/ | ||||||
|           - pagefind --source=. |           - pagefind --source=. | ||||||
|  |  | ||||||
| trigger: | trigger: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user